User Profile
vindiW
Copper Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Re: React routing on Edge
Deleted Thanks for getting back. I found the issue and it is related to the SSO and seems losing the hash fragment of the URL is common issue. the browser however preserve it along with all other URL fragments, but the server that handles authentication seems to be removing it. I found a workaround to fix this temporarily. That list is definitely worth saving though, for future references Thanks for your time, appreciate it3.4KViews1like0CommentsRe: React routing on Edge
Eric_Lawrence Yes. You are exactly right about, that URL fragment being preserved. But it seems the the hash fragment is not preserved or ignored during the redirect( after SSO) as the auth token is attached to the hash of the URL(this is what I read). So I found a workaround to preserve the hash fragment (append as a query param) on client side and reattach it to the returning URL. Thanks for your time and information3.4KViews0likes0CommentsReact routing on Edge
I use HashRouter in my React app ( hosted on IIS). Noticed that Edge browser somehow loses the hash path (#/rest of path) when it returns from the server after authentication. So user ends up on the main page. However, it works as expected(retains hash path) on the consecutive try, or if the browser has the application open on another window or tab. Not sure where to look for answersSolved3.5KViews0likes6Comments
Recent Blog Articles
No content to show