firebase / firebase/firebase-tools
SSR Deployments default to Require Authentication in cloud run
Open
integration: web frameworks
type: bug
- Dominant language
- TypeScript
- Stars
- 4.5k
- Forks
- 1.3k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 84
Description
### [REQUIRED] Environment info
**firebase-tools:** 12.5.3
**Platform:** macOS
### [REQUIRED] Test case
Generate a nextjs app and run `firebase deploy --only hosting`
### [REQUIRED] Steps to reproduce
1. `firebase experiments:enable webframeworks`
2. `firebase init hosting`
1. Generate a nextjs app with SSR
2. `firebase deploy --only hosting`
3. Try to visit the site
### [REQUIRED] Expected behavior
Able to visit the app without flipping the bit to allow unauthenticated requests to the cloud run instance
### [REQUIRED] Actual behavior
Getting hit with the Require Authenticated Requests on the cloud run instance
Contributor guide
Assessment
This issue has not been assessed yet.