-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing event for doOpenAuth
failure
#186
Comments
I agree, this would be helpful. Are you getting any feedback in the console as to why it is failing? |
Looks like something to do with the I'm using https://remix.run which uses esbuild if that helps at all. |
This issue is caused by |
Thanks for looking into that, I assumed something like that would be the case as I have had other issues with esbuild up to this point. The ticket is about providing an |
@jjenzz have you tried wrapping your component with error boundary? |
I tried wrapping |
I'll review this issue with @sabbyanandan, @saralab and @janniks soon. 🙏 |
I'm using
react-connect
but seems applicable toconnect
also.When calling
doOpenAuth
in an incognito window, the auth window doesn't open and my app gets stuck in "loading" state.It would be really helpful if there was a way to detect a failure so I can communicate that in the UI.
Video here: https://twitter.com/jjenzz/status/1485244796470009858?s=20
The text was updated successfully, but these errors were encountered: