I’m using the Authentication API in an Angular application, and I’m seeing some unexpected behvaior despite the login doing ALMOST what it’s supposed to:
!) After successful login, the router navigates to the page iit’s supposed to, but there are query parameters in the URL that I don’t understand why they’re there, and the console throws an “ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL” The URL looks like: http://localhost:3000/survey-intro?code=xP_08WfGby5pLhud&state=VGNMWE0yS3dtdmRjZ0VzbzV%2BdUZ3Y0FSQXpFenJUalBEaX5PdmhnZVNEYQ%3D%3D
Sure thing, names have changed since I initially posted this, so the relevant component is UserHome. I didn’t include imports, but they’re all there in the file: