Atlas fails to receive callback from google OAuth2 with a nginx 404 error.
Login is partially-successful: the google-user is added to the database, however the sign-in fails.
Here’s my atlas config:
configLocal.authProviders = [
{
"name": "Google",
"url": "user/oauth/google",
"ajax": false,
"icon": "fab fa-google"
}
];
return configLocal;
Any advice? Thanks!