You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I can't get the tools to work properly. I can access the UI with no problem on port 4000 but every request to emulators fails with CORS preflight not passing.
Actually I had a similar problem, and I solved it by adding "host": "0.0.0.0" to each of the emulators I was using. Now, when opening localhost:4000 on Docker host machine, it is able to find and access the firestore emulator and function logs.
Hi. I can't get the tools to work properly. I can access the UI with no problem on port 4000 but every request to emulators fails with CORS preflight not passing.
This is my config
I have tried adding host to each of the emulators as well but nothing helps. Any ideas?
The text was updated successfully, but these errors were encountered: