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
{
"emulators": {
"auth": {
"port": 9099
},
"firestore": {
"port": 8080
},
"ui": {
"enabled": true,
"host": "0.0.0.0",
"port": 4000
}
}
}
I have tried adding host to each of the emulators as well but nothing helps. Any ideas?

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
{ "emulators": { "auth": { "port": 9099 }, "firestore": { "port": 8080 }, "ui": { "enabled": true, "host": "0.0.0.0", "port": 4000 } } }I have tried adding host to each of the emulators as well but nothing helps. Any ideas?
