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
When deployed to Azure WebApps API call returns a 401 with the following body { "message": "secret or public key must be provided", }
This is caused by Azure Static Webs using the authorization header as per: Azure/static-web-apps#313
The text was updated successfully, but these errors were encountered:
When deployed to Azure WebApps API call returns a 401 with the following body
{ "message": "secret or public key must be provided", }
This is caused by Azure Static Webs using the authorization header as per:
Azure/static-web-apps#313
The text was updated successfully, but these errors were encountered: