You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sets the from prop to show the nice unauthorized message on the homepage.
And this from: {pathname: "/coffees", search: "", hash: "", state: undefined, key: "..."} is being used for the redirect - and fails because /coffees is not the proper callback url.
Ideas:
clear the from from the history when logging in
do not set from, try using other name maybe, etc.
The text was updated successfully, but these errors were encountered:
The log in fails if user logs out on the coffees page, then tries to log in.
This happens because the redirect from the
App.js
sets the
from
prop to show the nice unauthorized message on the homepage.And this
from: {pathname: "/coffees", search: "", hash: "", state: undefined, key: "..."}
is being used for the redirect - and fails because/coffees
is not the proper callback url.Ideas:
from
from the history when logging infrom
, try using other name maybe, etc.The text was updated successfully, but these errors were encountered: