Skip to content

CORS issue #7

Description

@rockoo

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?
cors issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions