-
Notifications
You must be signed in to change notification settings - Fork 63
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
GitHub Codespaces Firebase Firestore UI Emulator Whitescreen of Death Error #874
Comments
Duplicate of #912 |
I'm curious. Has anyone actually got this working with codespaces? #912 helped, but I still can't get passed some CORS and Websocket errors. So, while I can load and use the UI, the Firestore section will not load. |
@jeremytondo Have you ensure that you forward the port for the websocket other than the ones for the services? It should be listed as extra port |
@Skarvion Yeah, I went through and made sure that all ports being used were forwarded. I haven't tried this in awhile though as I decided to find a solution other than Code Spaces. |
@ezequieltejada Tagged the wrong person, should be jeremy |
My bad... @jeremytondo Which solution did you choose? |
@ezequieltejada I ended up using VSCode server on my own hardware. |
Thank you Jeremy! For anyone interested, I'm checking out this: https://docs.linuxserver.io/images/docker-code-server/ |
Describe the bug
Firestore Component does not render correctly when ran within GitHub Codespaces.
Video: https://youtu.be/ZSifwz9Gt4M
To Reproduce
firebase emulators:start --import 2022-11-20T02\:56\:20_12843/ --project test-ohack-dev
Expected behavior
Should open Firestore emulator UI
Screenshots
https://youtu.be/ZSifwz9Gt4M
Desktop (please complete the following information):
N/A - this is running in Github codespaces
Smartphone (please complete the following information):
N/A - this is running in Github codespaces
Additional context
firebase.json
I'm loading sample test data via this
firebase-export-metadata.json
that runs fine on my local laptopfirestore.rules
(default)firestore.indexes.json
(default)The text was updated successfully, but these errors were encountered: