Replies: 1 comment
-
Found the answer - It was my service workers... |
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.
-
Hi,
I am using an azure static web app and tanstack router work correctly until I try to hit the built in SWA route '/.auth/login/aad'.
Is there a way I can tell the router that it shouldn't try to handle this page and just let the server deal with it?
Hitting the route directly still shows the tanstack router 404 component. Hitting the page directly in an incognito browser does actually correctly show the log in page.
Any help would be amazing.
Here are some code snippets:
Setting up the router (testing the 404 component)
Main content - have a link outside the router to test
My staticwebapp.config.json if it helps
Screenshot of what I get on the route
https://{{myapp}}.azurestaticapps.net/.auth/login/aad
Beta Was this translation helpful? Give feedback.
All reactions