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
in my example deployment on azure the urlredirect function is never called (according to the Application Insights) and therefore the redirect not working.
the correct entries are present in the storage account (in the table)
the entries were created with Tiny Blazor Admin
no custom domain is set (as i wanted to test the app and docs says that it should work without)
Ok, i figured it out:
when deploying for testing the Tiny Blazor Admin of course has a different domain assigned than the Azure Function. Somehow (without specifying a custom domain) the two domains mix up, as seen in the Screenshot below from the mouseover in Tiny Blazor Admin:
Calling the Azure Function URL directly with the right domain works of course as intended.
Hi,
in my example deployment on azure the urlredirect function is never called (according to the Application Insights) and therefore the redirect not working.
The text was updated successfully, but these errors were encountered: