GET Request gives me "Syntax Error: JSON.parse" In the Response tab
Screenshot: http://grab.by/z7zW
Chrome, Postman, curl, everything works fine, just firefox is showing me this issue
Chosen solution
The problem I had was a cross domain issue, I didn't notice that my grunt live reload was a different `localhost:port` than my node.js server, that is pretty obvious to figure out in Chrome because it show me exactly what error was, but Firefox just show me that without more information.
Read this answer in context 👍 0All Replies (2)
Please check if all your plugins are up-to-date. To do this, go to the Mozilla Plugin Check site.
Once you're there, the site will check if all your plugins have the latest versions. If you see plugins in the list that have a yellow Update button or a red Update now button, please update these immediately.
To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.
Chosen Solution
The problem I had was a cross domain issue, I didn't notice that my grunt live reload was a different `localhost:port` than my node.js server, that is pretty obvious to figure out in Chrome because it show me exactly what error was, but Firefox just show me that without more information.