Comment on SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

deadbeef79000@lemmy.nz ⁨3⁩ ⁨days⁩ ago

In my experience that is almost always the server returning an html error page.

Start with inspecting that actual response the first character is probably <. The rest of it is likely to be a “not found” or “internal server error” (being the most common) page.

Then look at logs…

source
Sort:hotnewtop