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?
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?
4 Comments
neopenguin@lemmy.world · 3 pts · 1y
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?
happeningtofry99158@lemmy.world · 1 pts · 1y
Is this what you are referring to?
neopenguin@lemmy.world · 1 pts · 1y
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?happeningtofry99158@lemmy.world · 1 pts · 1y
I'm not quite sure what this json file represent, could you please explainwhat caused the issue? Thanks a lot in advance.