Skip to content
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

"Invalid origin in HTTP request, click to reconnect." Require docker env var for allowOrigin #45

Open
silycr opened this issue Mar 7, 2024 · 0 comments

Comments

@silycr
Copy link

silycr commented Mar 7, 2024

Error presented after logging in

Invalid origin in HTTP request, click to reconnect.

Feature introduced in MeshCentral v1.1.21 is an allowOrigin tag in the config.json

FIX: Add option in environment block for acceptable origins, default true(all)

Solution for now is to modify config.json with

{
  "settings": { ... },
  "domains": {
    "": {
      "allowedOrigin": true
    }
  }
}

See Ylianst/MeshCentral#5826 for more information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant