No message in logs for 500 error

I’ve just deployed a change to my Nuxt 3 project and now the page returns a 500.
Theres an error entry in the “Logs” section, but the error has no message, which means Im totally in the blind.

Why is there no error message?
Any suggestions on how to debug this?

Its working locally, when I build for production.

Hi @christoffer-ejerskov, sorry that you’re facing this issue.

Have you tried adding error hooks to log errors to the console for debugging?

Could you share your public repo or a minimal reproducible example? That will let us all work together from the same code to figure out what’s going wrong.