In local development, everything is fine.
In production, my homepage "remembers" its prehistoric "first version"! along with one other page! I don't even know how it's getting information on how to look like. It's old CSS. old layout. old content. It's like a wayback machine!
It's like NextJS just decided to never update my homepage (and one other page) in production for whatever reason.
Normal pages look like: normal page
So weird... Is there some kind of setting I might have toggled that prevents these from building? Next build shows success on these, though?
Clearing browser data NOT WORKING. (Dev mode reloads, manual, everything)
Incognito, other browsers, NOT WORKING.
Asked a friend(s) to visit, NOT WORKING. (so its not MY local cache at least...)
Stack is NGINX NEXTJS. Again, to clarify in my local machine everything is A-OK!
I'm at a complete loss, because the production server (even my local machine) wouldn't know how to build the page to those buggy specifications! Could it really be a cache thing?