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
Thank you for making this available. It took me a little while to get it up and running. I'm still having an issue with the Google oauth redirect link after it provides the token.
At first, Google wouldn't provide the token because the redirect URL didn't match the internal node.js app; e..g http://localhost:3000/api/auth/callback/google?state=auth.string.here. Once I included that in the Google oauth config, it would return the auth token, but it then sends me to that internal URL, instead of the external facing URL.
I didn't find any Google returns on how to fix this. Any suggestions?
Thanks.
The text was updated successfully, but these errors were encountered:
Thank you for making this available. It took me a little while to get it up and running. I'm still having an issue with the Google oauth redirect link after it provides the token.
At first, Google wouldn't provide the token because the redirect URL didn't match the internal node.js app; e..g http://localhost:3000/api/auth/callback/google?state=auth.string.here. Once I included that in the Google oauth config, it would return the auth token, but it then sends me to that internal URL, instead of the external facing URL.
I didn't find any Google returns on how to fix this. Any suggestions?
Thanks.
The text was updated successfully, but these errors were encountered: