Skip to content
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

Issue with Google oAuth #164

Closed
ericuldall opened this issue Apr 27, 2021 · 5 comments
Closed

Issue with Google oAuth #164

ericuldall opened this issue Apr 27, 2021 · 5 comments

Comments

@ericuldall
Copy link

Steps to reproduce

I'm seeing some inconsistent behavior with google oauth using feathers-sync.
Occasionally seeing the following error:

error=Grant%3A%20missing%20session%20or%20misconfigured%20provider

I'm wondering if the api for some reason start oauth in one instance and then redirects back to another instance?
Perhaps I need to also configure feathers http endpoint for sticky sessions to avoid any issues there?

@daffl
Copy link
Member

daffl commented Apr 27, 2021

Are you using Redis based sessions like documented here?

@ericuldall
Copy link
Author

No :( Will that fix it? I have redis working for persisting events. Can I share the same instance?

@daffl
Copy link
Member

daffl commented Apr 28, 2021

Probably yes. And yes.

@ericuldall
Copy link
Author

Okay. Rolling it out now :D Thanks @daffl

@ericuldall
Copy link
Author

Works like a dream now <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants