NextJS reload navigation issue if I use Cloudflare
Unanswered
Chalcid wasp posted this in #help-forum
Chalcid waspOP
I use Cloudflare in front of my NextJS App but If I enable 'cache everything' in Cloudflare, when I navigate between pages it reloads the page and doesn't use soft navigation as expected. Any idea?
3 Replies
@Chalcid wasp I use Cloudflare in front of my NextJS App but If I enable 'cache everything' in Cloudflare, when I navigate between pages it reloads the page and doesn't use soft navigation as expected. Any idea?
its probably because cloudflare caches the whole route which doesnt make that much sense for next tbh
in many ways
just disable it and enable it only for static files