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

Cors issues #50

Open
lazackna opened this issue Feb 26, 2024 · 0 comments
Open

Cors issues #50

lazackna opened this issue Feb 26, 2024 · 0 comments

Comments

@lazackna
Copy link

The client gives errors that cors doesn't allow the client and server(api) to be run on the same machine.
The local.settings.example.json file which containts { "IsEncrypted": false, "Values": { "AzureWebJobsStorage": "", "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated" }, "Host": { "LocalHttpPort": 7071, "CORS": "*", "CORSCredentials": false } }

Should be renamed to local.settings.json

This should fix the issue

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