module on a production server running with Cloudflare Pages, using workers. I'm in
SSR
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
/__og-image__/image/og.png
.
Here’s the response I get:
{ "statusCode": 500, "stack": []}
{ "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?