NuxtN
Nuxt6mo ago
8 replies
gabrielstuff

Nuxt OG image error 500

Hello,

I’m trying to use the @nuxt/og-image module on a production server running with Cloudflare Pages, using workers. I'm in SSR.

Everything works perfectly in my local development environment. However, when I deploy to Cloudflare Workers, it fails with a 500 error when accessing the generated image at /__og-image__/image/og.png.

Here’s the response I get:

{
  "statusCode": 500,
  "stack": []
}


Do you know how I can trace the real source of the issue in this environment? Any way to get a more detailed error log or stack trace from the Cloudflare side or the Nuxt module?

Thanks in advance for your help!

G
Was this page helpful?