You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
i'm using omniauth-google for login with gmail. It is give me an error action "google" couldn't be found. while i have define it in "Users::OmniauthCallbacksController" like below.
Hi ,
i'm using omniauth-google for login with gmail. It is give me an error action "google" couldn't be found. while i have define it in "Users::OmniauthCallbacksController" like below.
this code in my route file
devise_for :users, :controllers => {
:omniauth_callbacks => "users/omniauth_callbacks"
}
what is the problem i don't understand?
Please help
link sign in with google go here "localhost:3000/users/auth/google". Then i have grant access like this in screenshot.
But not working.
The text was updated successfully, but these errors were encountered: