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

GreggHume @greggcbs

About: A developer who works with and on some of the worlds leading brands. My company is called Cold Brew Studios, see you out there :)

Joined:
Mar 10, 2021

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

Publish Date: May 22 '22
0 0

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.

Comments 0 total

    Add comment