-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Auth redirect to blank page & Cannot read properties of null (reading 'postMessage')
#4107
Comments
Is this a duplicate of #2295 or a different issue? |
Looks like the same. I wonder if WebSockets could be the answer indeed? |
what does this actually mean in technical terms? what is a |
It's also a bit hard to grasp for me what the up and downsides of using websockets for this particular case are. |
We noticed this issue as well, but also on a Mac (both Chrome and Safari). Not sure if it's related, but it seems close. Sign in, get redirected to a blank page, and this shows up in the console as an error:
|
Is there any updates on a fix or #4110 @mifi ? I've noticed this issue on Android for a while, but now that it potentially affects some users on Desktop, this is more of a concern to me. I should note some of our users get this, some don't. It's unclear why, and I also seem to be getting the same error on the Uppy home page when connecting my Instagram account. |
If it can be reproduced somehow on desktop, that would make it easier to look into a fix |
I've done some testing locally, and couldn't come up with a fix, but I think I got much closer. It seems the likely culprit is |
Cannot read properties of null (reading 'postMessage')
Initial checklist
Link to runnable example
No response
Steps to reproduce
how to reproduce?
What is causing the error:
window.opener
when user is redirected through app to the authorization page.Work around?
Expected behavior
That I coud connect with instagram
Actual behavior
blank page at
instagram/send-token/
The text was updated successfully, but these errors were encountered: