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
The first time you add Amplitude integration for a particular Flagsmith environment it's added successfully. If you try to remove it and add it again by clicking Save nothing happens and the underlying request POST https://api.flagsmith.com/api/v1/environments/<env_id>/integrations/amplitude/ fails with 500 Server error.
If you use a fresh environment it works until you try to remove and re-add the integration.
To Reproduce
Steps to reproduce the behavior:
Go to https://app.flagsmith.com/project/<project_id>/integrations (Integrations tab)
Add Amplitude integration
Select environment A
Provide valid Amplitude API key
Click on Save
Remove the integration you've just added by clicking the red trash bin icon next to it
Repeat points 3-5 for the same A environment (re-add the integration)
Observe how the Save button is getting disabled and nothing happens. You can see in the network tab POST https://api.flagsmith.com/api/v1/environments/<env_id>/integrations/amplitude/ failing with 500 Server error.
Expected behavior
You can successfully re-add Amplitude integration for the same Flagsmith environment.
How are you running Flagsmith?
Self Hosted with Docker
Self Hosted with Kubernetes
SaaS at flagsmith.com
Some other way
The text was updated successfully, but these errors were encountered:
Describe the bug
The first time you add Amplitude integration for a particular Flagsmith environment it's added successfully. If you try to remove it and add it again by clicking Save nothing happens and the underlying request
POST https://api.flagsmith.com/api/v1/environments/<env_id>/integrations/amplitude/
fails with 500 Server error.If you use a fresh environment it works until you try to remove and re-add the integration.
To Reproduce
Steps to reproduce the behavior:
https://app.flagsmith.com/project/<project_id>/integrations
(Integrations tab)A
A
environment (re-add the integration)POST https://api.flagsmith.com/api/v1/environments/<env_id>/integrations/amplitude/
failing with 500 Server error.Expected behavior
You can successfully re-add Amplitude integration for the same Flagsmith environment.
How are you running Flagsmith?
The text was updated successfully, but these errors were encountered: