[Bug]: GET http://localhost:3000/api/.../all-queries.json 404 (Not Found)
Describe the bug
This is fired in the broswer when developing locally. Appears to be erroneous log.
Should hide this as it is confusing.
Steps to Reproduce
npm run dev
I've also spotted this on popping up on a compiled build
Any clue what's going on here? I tried to reset things back to the version that is deployed, but I'm still getting this locally, with a blank screen.
(That first one is that http://localhost:3000/api/.../all-queries.json.)
This error in this issue is generally not important in the sense that it does not prevent sites from working.
I suspect your issue is to do with the JSON parse error listed in your screenshot below. It is caused by a change in the expected structure of the "theme" data between versions
A good first step is to clear the local storage in your browser dev tools, which caches this theme values