KindeK
Kinde2y ago
4 replies
_.Mass._

redirectTo home with search parameters encodes the ?

Hi, I am passing a redirectTo to app state that contains url search parameters but after login I am redirected to a url with the question mark encoded. I would expect the behaviour to be that I am correctly redirected to a route with search parameters.

    app_state: {
      redirectTo: '?foo=bar',
    }

redirects me to: /%3Ffoo=bar
Was this page helpful?