Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix with-firebase-hosting running locally #21971

Merged
merged 4 commits into from Feb 9, 2021

Conversation

maerzhase
Copy link
Contributor

@maerzhase maerzhase commented Feb 8, 2021

The current version of the with-firebase-hosting example doesn't work locally. When you run npm run serve the app starts and builds correctly but the requested pages are never served because the local cloudfunction is timing-out. Turns out updating the firebase- related dependencies and using next-js in its last v9 release fixes the problem.

@jthegedus

@ijjk ijjk added the examples Issue/PR related to examples label Feb 8, 2021
jthegedus
jthegedus previously approved these changes Feb 8, 2021
Copy link
Contributor

@jthegedus jthegedus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jthegedus
Copy link
Contributor

If anyone is finding this, update the deps is the best place to start

This was referenced Jan 18, 2022
@vercel vercel locked as resolved and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
examples Issue/PR related to examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants