Next.js Discord

Discord Forum

Webpage keeps on auto refreshing?

Unanswered
Masai Lion posted this in #help-forum
Open in Discord
Masai LionOP
Hello! I have a webpage that I build using nextjs 14.0.4. In localhost and also when the page is deployed in Cloudflare pages, I am facing with weird issue. The page keeps on auto reloading every 30-60 seconds (I am not sure of exact time) but it is same always. I wonder is there some config that I missed that keeps the page to fully reload in constant intervals.

1 Reply

Masai LionOP
it seems someone added:
        <meta content="30" httpEquiv="refresh" />
that was causing the issue. In case someone else bumps into this