henalbrod / Blazor.Auth0

The library for using Auth0 in Blazor applications.
https://github.com/henalbrod/Blazor.Auth0
MIT License
110 stars 29 forks source link

Deploy to storage account #40

Open OscarCanek opened 4 years ago

OscarCanek commented 4 years ago

When I deploy to a storage account my Blazor WebAssembly client I always get the following error:

image

Please I need your help because I couldn't make it work

OscarCanek commented 4 years ago

The problem is that only https requests are allowed on the storage account so the Origin URL fail because is called used http... How can I fix that?