You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: