-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
restoreOriginalUri warning & routing samples #239
Conversation
I clone the latest code and try to run locally React-Router-DOM-v6 project and still seeing this error. I found this #227 (comment) temp solution. |
@code-bode can you provide more details? I just ran the Did you run |
@jaredperreault-okta Yes, I ran yarn. This error appearing when I started clicking protected link multiple time on home page. |
I assume this is when your unauthenticated? Are you redirected to your Okta Org after clicking protected? I still cannot reproduce this |
I logged in with my Okta Org. Then I clicking on protected link multiple time and saw that error. Not sure if that matter but I am using chrome Version 103.0.5060.114 for testing. |
I just did a completely fresh test.
Tested in Chrome 103 and FF 102. No errors |
You are correct. I think issue is on my side. I have manually change below two packages Sorry for all the confusion. |
@code-bode No problem at all! We can only fix the bugs we know about. Thank you for the report |
I know using |
Ok, I see what is happening. So we use So when you specify I'll work on getting |
Thanks for quick response and working on releasing new version. |
Great, thanks for this. Looking forward to 6.6 |
@code-bode @pzi |
Works 👍🏼 |
Fixes 'Two custom restoreOriginalUri callbacks are detected' warning
Updates routing samples (v6) to fix unnecessary calls to /authorize