-
Notifications
You must be signed in to change notification settings - Fork 19
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
Error on sign in with google #58
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Sorry for the late response. |
Hey! Were you able to find the solution for this? |
Hi, due to lack of free time I didn’t get a deep look into this issue.
If you guys can attach the coda that causes the error it will help me.
בתאריך יום א׳, 10 בינו׳ 2021 ב-13:37 מאת vamsi-manyam <
[email protected]>:
… Unable to process request due to missing initial state. This may happen if
browser sessionStorage is inaccessible or accidentally cleared.
Hey! Were you able to find the solution for this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADS4MPFB5TKQPRAHNJSJ4DSZGGQDANCNFSM4U2IOENQ>
.
|
Okay ill explain the scenario..I actually implemented the firebase google signing which was working perfectly in both the web and mobile browser. But the issue arises when i share my website link to someone in Instagram/Facebook. My friend clicks the URL it opens in the inbuilt browser of Instagram and in this in-app browser the google signing is not working..it throws an error which i have attached below. I have also attached the code for google signin!! googleSignIn = (event) => {
} onChange = event => { |
@vamsi-manyam Thank you very much for the detailed example. |
@samuelgozi @vamsi-manyam I'm not sure if this is an issue with the lib, I suspect it might be an issue with the setting of the client device, like local storage config. My users are seeing the problem intermittently but I can't figure out the pattern yet because not enough data. |
localStorage is unsupported/buggy in various situations in Firefox and Safari. We're having trouble with iPad and Firefox users getting into trouble, and one version of Chrome - typically it's the Anonymous/Incognito mode that has limitations, but also Corporate/Phones with some added restrictions and here it looks like also sometimes in web views from other applications. |
Have anyone find the solution to this issue because I am facing the same issue while I am doing Google integration in Electron JS App |
Sorry for being late into the conversation. As suggested I think that we need to look for a fallback that is not blocked. Im not sure about sessionStorage, I might need to try it. On a different note. I just wanted to say that Im sorry for not fixing this yet. In the last about 6~ months I didn't have much spare time, and every time I did have it was then filled by other stuff that I had to do. So that's why this project (and any other project on my GitHub account) has been dead. I can't promise timelines, but I do intend on finding a way to still maintain and update this library. Once I start working again on personal projects this one (all of the "lite" firebase libraries) will be the first to receive my attention. |
@strom2357 I have the same error but for phone sign-in with |
I'm getting this for the firebase auth sdk as well |
Check https://support.apple.com/en-gb/guide/safari/sfri40732/mac In the Safari app on your Mac, choose Safari > Preferences, then click Privacy. Select “Prevent cross-site tracking”. --> TURN OFF |
I'm facing the same message |
Unable to process request due to missing initial state. This may happen if browser sessionStorage is inaccessible or accidentally cleared.
The text was updated successfully, but these errors were encountered: