this post was submitted on 06 Mar 2024
11 points (100.0% liked)

Blahaj Lemmy Meta

2275 readers
1 users here now

Blåhaj Lemmy is a Lemmy instance attached to blahaj.zone. This is a group for questions or discussions relevant to either instance.

founded 2 years ago
MODERATORS
 

Whenever I try to add an image either a profile picture or an icon for a community I am managing I get this error. I tried two browsers too. SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

you are viewing a single comment's thread
view the rest of the comments
[–] henfredemars@infosec.pub 2 points 6 months ago* (last edited 6 months ago)

Sounds like you are trying to parse the server response as a JSON object and that response doesn't actually contain such object. Someone may need to replicate the issue and see what is actually being returned from the server instead of the expected object.

Not a terribly helpful response I know.