-
Notifications
You must be signed in to change notification settings - Fork 310
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
Firebase tools and Dev Container: The web page (localhost:5000) never loaded #9842
Comments
Is firebase running on port 5000? The log shows What do you get when running |
Yes, the Firebase Hosting running on port 5000.
The
FYI. the localhost:44353 page was loaded successfully and say Forbidden.
|
Hello. I've had a similar issue related to yours, and the problem is related to the app listening to the IPv6 loopback inside a dev container: #7029 (comment) Noticing that the output of your
can you test the |
@4llan, |
Closing as a duplicate of #7029 |
Steps to Reproduce:
Create a Firebase web project if you don't have one already.
Node.js & JavaScript
Dev Container configuration file.npm install -g firebase-tools
.firebase login
and follow in browser.firebase init
and follow the prompts.firebase serve
.Does this issue occur when you try this locally?: No
Does this issue occur when you try this locally and all extensions are disabled?: No
The text was updated successfully, but these errors were encountered: