Azure Static Web App Password Protection not working #12204
Unanswered
williamrousseau
asked this question in
Q&A
Replies: 1 comment
-
Thanks for the question! Indeed, it's a quite curious error, probably the result of failing queries. I don't beleive we've made explicit support for this type of authentication using azure static apps. You can take a look at the network tab in the debugger tools to determine what is happening here, and see which queries are failing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to host the template Uno Platform WebAssembly app on Azure by following the Hosting Uno Platform WebAssembly apps on Azure Static Web Apps steps. This works great and the Web app is accessible.
But, I have to Configure the Password protection to have a minimal security implemented and making sure that my app can't be seen by anyone. The password make the application crash. Indeed, after that the password has been entered, the application will not load and stays on the splash screen.
Why is it crashing specifically when adding a password protection?
Beta Was this translation helpful? Give feedback.
All reactions