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
This is invalid redirect URI. It takes name from one of my workspaces, which is incorrect. This gives me an invalid subdomain like : plane.my-workspace.com instead of a subpath like plane.mysite.com/my-workspace
Corrent redirect_uri, which was autogenerated in Plane's God Mode is: https://plane.my-site.com/auth/google/callback
This results in OAUTH2 error: invalid redirect URI
Steps to reproduce
Install Plane self hosted v.0.23.1
Login God
Click Authenticaiton
Add Google auth
Register Plane self hosted within Google APIs
Enter Plane login screen and try Login with Google
Environment
Production
Browser
Google Chrome
Variant
Self-hosted
Version
0.23.1
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current behavior
I followed your docs to allow oauth2 login with Google
Login with Google generates the following request:
This is invalid
redirect URI
. It takes name from one of my workspaces, which is incorrect. This gives me an invalid subdomain like : plane.my-workspace.com instead of a subpath like plane.mysite.com/my-workspaceCorrent
redirect_uri
, which was autogenerated in Plane's God Mode is:https://plane.my-site.com/auth/google/callback
This results in OAUTH2 error: invalid redirect URI
Steps to reproduce
Authenticaiton
Login with Google
Environment
Production
Browser
Google Chrome
Variant
Self-hosted
Version
0.23.1
The text was updated successfully, but these errors were encountered: