-
Notifications
You must be signed in to change notification settings - Fork 27
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
Disable CORS for local deployments #428
Comments
➕➕ |
Hi guys! I guess it's not CORS, but a backend problem. Can you send me the call Response on the network tab, please? |
Hmmm it is weird, but I do believe is a simple CORS issue: There is no response from server because is blocked. But from the docker logs:
The error is a 400 which matches the browser info:
|
Thanks for the images! I'm trying to build it here again because up to this day I couldn't get the same error, I'll check here |
Thanks a lot so this is the command I used: yarn install
yarn build # or yarn force_build
yarn start This is the only file I modified, the package.json I changed the host to my local domain:
|
Hello,
we need to find a way to disable CORS for local deployments otherwise it's impossible to use.
The text was updated successfully, but these errors were encountered: