SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
cross-posted from: https://lemmy.world/post/31763986
Pls see crosspost as it is updated
I don't know anything about open-webui, but normally this sort of error means you're getting a http error, and it's trying to parse the HTML error output from the server as json.
Is there a way for you to take a look at the actual response?
Is this what you are referring to?
Maybe -- if the
{}
is the response body, then that's definitely valid json. Can you open http://localhost:3000/_app/version.json in a browser to check?