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
Thanks for the great tool! I'm very excited to use it to manage organisational data science knowledge.
I'm struggling to get Google OAuth working on a remote server. Everything works fine on localhost after setting OAUTHLIB_RELAX_TOKEN_SCOPE=true. However if I run knowledge_repo deploy --config config --engine flask on the remote server (with a domain like subdomain.domain.com) the redirect from Google OAuth does not raise any errors, but the user is not logged in. I have ensured that SERVER_NAME = 'subdomain.domain.com:7000' in the config.
Hi there,
Thanks for the great tool! I'm very excited to use it to manage organisational data science knowledge.
I'm struggling to get Google OAuth working on a remote server. Everything works fine on localhost after setting
OAUTHLIB_RELAX_TOKEN_SCOPE=true
. However if I runknowledge_repo deploy --config config --engine flask
on the remote server (with a domain likesubdomain.domain.com
) the redirect from Google OAuth does not raise any errors, but the user is not logged in. I have ensured thatSERVER_NAME = 'subdomain.domain.com:7000'
in the config.On localhost, user is logged in
On server, user is not logged in
The text was updated successfully, but these errors were encountered: