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
The culprit is here. Since the paths are absolute, url.resolve will replace /any/path on the baseUrl before redirecting. Setting the redirectUrl is recommended to prevent this from happening.
The text was updated successfully, but these errors were encountered:
The culprit is here. Since the paths are absolute,
url.resolve
will replace/any/path
on thebaseUrl
before redirecting. Setting theredirectUrl
is recommended to prevent this from happening.The text was updated successfully, but these errors were encountered: