Closed anshul-shukla closed 7 years ago
The access token is missing in your Router children
<Route path="access_token=:token" component={Login} />
I'm facing problems using browserHistory
instead the hashHistory
. I could not fix it yet.
@juanpicado same here with a fairly basic app, browserHistory doesnt seem to work.
Strange that tutorial uses browserhistory, github is different
I'm also experiencing this, has anyone come up with a solution? About to contact auth0 support to see if they have any idea.
Reverted back to using hashHistory and url path
Ive been bitten in the past by this issue, however i was kind of rolling my own webpack config using webpack-dev-server over hjs-server. Curious, is anyone doing the same, or are people having issues with browser history with the default repo setup?
Closing this out as the samples have been deprecated in favor the latest ones :)
I am using - https://auth0.com/docs/quickstart/spa/react/01-login approach for login on my app. Everything is working fine except after login it is not redirecting to
home
page.After redirection url i am getting -
/login#
Here is my route -
Any Clue ?