firebase-framework-tools
firebase-framework-tools copied to clipboard
How to get server errors from cloud functions?
Everything works from my example repo when I serve locally. https://github.com:CodingCatDev/ccd-starter-nextjs-tailwind-firebase.git
When I try to hit a SSR endpoint I get Internal Server Error

My assumption is that I am missing, some config but it would be nice to see that in the logs somewhere.

Thanks, I'll give your repo a shot. I should at the very least be including the Cloud Logging integration to smooth out stuff, perhaps see if I can be smarter about catching errors in the custom server.