ionic-team / ionic-team/vscode-ionic
Debugger stops when redirecting through auth flow
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 15
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Im writing my first ionic app and Im using the auth0 framework as demonstrated [here](https://github.com/auth0-samples/auth0-ionic-samples/blob/main/angular). However, due to the use of `Browser.open({ url, windowName: '_self' });` when I go through the auth flow, the debugger dies due to being disconnected from the running instance of the app.
Is there a way to keep the debugger running such that it reattaches upon redirect back to the app?
Contributor guide
Assessment
This issue has not been assessed yet.