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
If the app is configured to run with a requests_pathname_prefix (i.e. https://app.com/prefix/), OAuth2 will fail because the redirect URI is initialized when the app initializes (before the user can set the requests_pathname_prefix config.
The text was updated successfully, but these errors were encountered:
If the app is configured to run with a
requests_pathname_prefix
(i.e. https://app.com/prefix/), OAuth2 will fail because the redirect URI is initialized when the app initializes (before the user can set therequests_pathname_prefix
config.The text was updated successfully, but these errors were encountered: