DEV Community

GreggHume
GreggHume

Posted on

Nuxt and Cloudflare, how to get SSR working (2 settings)

You have nuxt with cloudflare and might notice your pages are not server side rendering and are instead trying to fetch the data in the browser.

In cloudflare switch off javascript and html minification to fix the issue:
Image "cloudflare options to fix nuxt ssr"

Why?
It seems cloudflare minification removes things that nuxt needs to function.

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay