Using SSR giving http 500

Hey guys, I'm currently using SSG in my production branch, and then I have a preview branch that is setup for SSR and they're based on an environment variable.

The SSR version seems to run fine in dev mode, the reason I'm using SSR for my preview branch is so that I can get fast updates in my CMS preview.

I have a github action that syncs my main branch changes with the SSR branch. When I deploy to cloudflare I get an http 500 error. I have my env vars setup and everything, is it that I don't have a cloudflare worker setup?
Was this page helpful?