Next.js Discord

Discord Forum

Issue with Mobile Version Not Updating in Next.js

Unanswered
Little Bunting posted this in #help-forum
Open in Discord
Little BuntingOP
Hey everyone,

I'm facing a strange issue with my Next.js app. On any mobile device I use to access the app, it loads a very old version (almost 2 weeks old). I’ve tried multiple solutions:

Opening in incognito mode
Clearing browser cache
Performing a hard reload
Testing on different browsers
Despite all this, the mobile version is still stuck on the old build. However, on desktop, everything works perfectly and updates as expected.

Has anyone encountered this issue before? Could this be related to caching, service workers, or something else in Next.js? Any help would be greatly appreciated!

"next": "15.1.5",
"react": "^19.0.0",
with page router.

0 Replies