-
Notifications
You must be signed in to change notification settings - Fork 978
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
Hosting Emulator: Geting 404 error page instead of index.html #5133
Comments
I am having the same issue, were you able to figure it out? |
I'm also having this issue, I'm still trying to figure out why. |
Can y'all give me a minimal reproducible example for this? I've done edit: I'm also curious that you're on Windows - I wonder if that matters? Anyone else seeing this on other platforms? |
https://github.com/TheLowHigh/Firebase404 edit : I am currently running on Windows 11 |
With your Firebase404 repo, running on macOS (seems to be correct - not reflecting the issue here):
I've got a windows machine behind me - looks like I'm giving that a whirl. |
Just installed wsl and debian and everything is working, I belive this might be a windows only issue |
yup! opened up the windows machine and I get a 404 page on When I remove I may copy this issue over to superstatic since that's where the issue will be, but this is definitely a weird one. |
this works now! thanks! |
I have recently updated firebase tools by
npm update -g firebase-tools
and the expected hosting emulator behavior has changed.
I am getting 404 page instead of index.html.
Expected behavior
when accessing
localhost:5000
I should getlocalhost:5000/index.html
but i am getting
404
not found pagealso I am getting
localhost:5000/index.html
when using urllocalhost:5000/index.html
.To Reproduce
I have tried installing emulator suite from scratch on another machine
and still getting 404 not found page instead of index.html
so this bug may have been introduced in new versions of firebase-tools
OS: windows
Browser :n/a
firebase-tools Version :11.14.4
The text was updated successfully, but these errors were encountered: