Comment on SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
happeningtofry99158@lemmy.world 2 days agowhen I open localhost:3000 in another browser it works perfectly fine. I think the issue is about the browser I used (firefox with a lot extension installed and setting tweaked)
chrash0@lemmy.world 2 days ago
fuckin 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 days 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 days ago
ah that makes sense