Uncaught SyntaxError: Unexpected non-whitespace character after JSON at position x (line y column z)
at JSON.parse ()
Other Information
The website works fine in local mode.
Then I uploaded it to IF, now I’m getting this weird error.
I checked my json files and they are all valid (RFC 8259).
I added a console.log to display JSON files urls.
I don’t understand what’s happening.
Thanks for your help.
You are right, I ckecked it and it’s not valid.
Maybe I have missed some json files in my validation process.
I’m going to check them again.
Thanks, you are the best