firebase-framework-tools icon indicating copy to clipboard operation
firebase-framework-tools copied to clipboard

How to get server errors from cloud functions?

Open codercatdev opened this issue 3 years ago • 1 comments

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 image

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

codercatdev avatar Jun 20 '22 16:06 codercatdev

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.

jamesdaniels avatar Jun 22 '22 21:06 jamesdaniels