-
Notifications
You must be signed in to change notification settings - Fork 75
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
Unable to process request due to missing initial state. This may happen if browser sessionStorage is inaccessible or accidentally cleared. #98
Comments
BTW - this is chrome and I have not set any extra privacy settings or restricting local storage access or anything like that. |
...and I also tested with Edge to get the same issue |
What is the Firebase app doing in this scenario? It seems like it's missing some sort of configuration? I just tried the example and it seems to be working fine for me. |
I didn't do anything with firebase. That is from the default setting created by google when I setup a new project. |
I know this is a bit old, but did you end up figuring out your issue @Roaders? |
No. I followed the instructions as closely as I could (some of the setup options were slightly different from what was described) and I was left with that error. |
@endoplasmic I'm getting the same exact error! Pretty new to firebase and OAuth, not sure how to resolve this. Is there a specific configuration or setup I'm supposed to use with Firebase? For OAuth2 I'm using the default "Web client (auto created by Google Service)" where the:
Authorized redirect URIs
|
I solved with a strange process. Dear god, that was a trouble. |
Hi
I am trying to get the
console-input.js
example working. I have setup my google console project, have downloaded the key file and have run my app:I then get the Google Account sign in page where I pick my account and then various confirmation pages:
But then rather than a code I get:
I've tried to figure out what the issue is and there are some bugs reported about this. It seems related to domain registration. I can't see any domains that are used so I am not sure what if anything should be registered.
Is this an issue with my setup or has Google changed the configuration? It looked like the app process setup has changed a bit since your readme (and in fact Google help pages) were written. For example in the Set activity controls for your account the
Device Information
andVoice & Audio Activity
switches were not present on the page that opens so I was unable to turn them on.The text was updated successfully, but these errors were encountered: