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

  • henfredemars
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    4 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.