Closed agdolla closed 1 year ago
firebase-tools: 11.19.0
Platform: macOS Ventura (13.0.1) nextjs 13 with SSR and firebase experiments:enable webframeworks
firebase deploy --only hosting open url with browser
webpage works
webpage gives 500 Internal Server Error
firebase deploy works:
When I open the url I get: 500 Internal Server Error
In the Logs Explorer I can see that the function returns 500 but the log does not help to find out why. Is there any way to see what is going on ?
This issue does not seem to follow the issue template. Make sure you provide all the required information.
I guess the function fails because of this bug: https://github.com/firebase/firebase-tools/issues/5247
[REQUIRED] Environment info
firebase-tools: 11.19.0
Platform: macOS Ventura (13.0.1) nextjs 13 with SSR and firebase experiments:enable webframeworks
[REQUIRED] Steps to reproduce
firebase deploy --only hosting open url with browser
[REQUIRED] Expected behavior
webpage works
[REQUIRED] Actual behavior
webpage gives 500 Internal Server Error
firebase deploy works:
When I open the url I get: 500 Internal Server Error
In the Logs Explorer I can see that the function returns 500 but the log does not help to find out why. Is there any way to see what is going on ?