SSR Nuxt app returning 500 globally when deployed, working locally.
The build seems to go through without issue, and isn't logging anything that catches my eye. We currently deploy the same stack statically with nuxt generate and it works, but when updating to ssr and running nuxt build, we are seeing 500 errors. Here is a build for reference: https://feature-ssr.rhone-nacelle.pages.dev/. Any ideas welcome. I have tried a few different configuration settings without any luck.
Function logs aren't super helpful, but this is what I'm seeing:
{ "message": [ "[request error] [unhandled] [GET] https://feature-ssr.rhone-nacelle.pages.dev/\n", { "message": "n is not a function", "statusCode": 500 } ], "level": "error", "timestamp": 1743024759094 },