Issue with Mobile Version Not Updating in Next.js

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.

Hi and welcome, @ilieionut29!

That is odd. Could you share a link to your project?

sure, https://svn-credit.vercel.app/, do you also want a link to repo?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.