How are you running Flagsmith
Describe the bug
Early CLI testers report the following defects when running flagsmith init/flagsmith login without having a registered account at Flagsmith:
- CLI OAuth callback waiting indefinitely
- Infinite spinner when signing up via SSO (e.g. Google)
I suspect this applies to Flagsmith MCP as well.
Steps To Reproduce
- Log out Flagsmith
curl -fsSL https://raw.githubusercontent.com/Flagsmith/flagsmith-cli/main/install.sh | sh
flagsmith init
- Instead of logging in, sign up a new account
- Repeat the above and sign up via Google SSO to witness the infinite spinner
Expected behavior
Getting redirected to OAuth consent screen and finishing CLI login successfully for all authentication methods (email/password, Google, Github, SAML, LDAP).
We should also make sure that onboarding is not getting skipped by this flow.
Screenshots
No response
How are you running Flagsmith
Describe the bug
Early CLI testers report the following defects when running
flagsmith init/flagsmith loginwithout having a registered account at Flagsmith:I suspect this applies to Flagsmith MCP as well.
Steps To Reproduce
curl -fsSL https://raw.githubusercontent.com/Flagsmith/flagsmith-cli/main/install.sh | shflagsmith initExpected behavior
Getting redirected to OAuth consent screen and finishing CLI login successfully for all authentication methods (email/password, Google, Github, SAML, LDAP).
We should also make sure that onboarding is not getting skipped by this flow.
Screenshots
No response