Disable client-side routing for certain routes when using Easy Auth #10533
Replies: 2 comments 2 replies
-
If you use |
Beta Was this translation helpful? Give feedback.
2 replies
-
The url route I was looking to navigate to was |
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.
-
When using Easy Auth in Azure Container Apps, a side-car handles the
/.auth/*
routes. Is there a way to have the route manager ignore these routes so the side-car processes these routes instead of react router? (See the warning about this in the ACA auth documentation).Beta Was this translation helpful? Give feedback.
All reactions