Hey, so the other day I edited my Shopify’s header, where all the tabs at, you know like on certain pages it might be “Services” or “Blogs” and etc., and it worked fine! I even managed to use it for a good couple of days.
(It’s the https://admin.shopify.com/store/XXXXX/menus/…. site, just to make sure we are on the same page)
Now yesterday, I wanted to change the menu items again, and since then I haven’t able to get the page loaded in.
I did do some coding in the header.liquid file, but I did NOT touch any of the “mega-menu” code at all, only the search function. Even if that could’ve caused the error, the menu editor page won’t even load with the original code in place.
Yes, I did:
-
Try resetting the header.liquid code (plus all the other codes I’ve touched)
-
Clear my cache
-
Clear my cookies
-
Try Incognito
-
Use different browsers (and tried incognito there)
-
Try on a different device
-
Try on a different network
-
Try different IPV4 DNS settings
And yes, it’s been like 16 hours since this problem came up.
When I jump on the page and right-click and go into inspect mode, it brings out a variety of 404 errors, which all comes down to the same exact thing:
“Failed to load resource: the server responded with a status of 404 ()”
And in each one of those messages, it just generally says that the client (me) tried asking the server for something, and (pretty print on lol):
{
"message": "Not Found"
}
For context, I’m using the Maranello theme, I’ve tried contacting the support but unfortunately no luck there (no hate obviously, this is probably a “a random thing 1 person experiences in 100 years” scenario), so if there is anyone who understands the root cause of this problem I would love to try out your solutions.
Thank you in advance.