Comment on SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
chrash0@lemmy.world 2 weeks agofuckin weird that an extension would inject invalid JSON into an API payload. if you’re gonna make a shady plugin at least test it lol
anyway, if that’s truly the issue i’d be worried about what my extensions were doing, personally.
happeningtofry99158@lemmy.world 2 weeks ago
The problem is with this plugin addons.mozilla.org/en-US/…/chameleon-ext/ Everything works fine with it disabled.
The reason my chameleon breaks openwebui is because I changed a setting in it that it blocks all websocket connection
chrash0@lemmy.world 2 weeks ago
ah that makes sense