Actions
Bug #26469
openCreating API Account with existing ID is possible and sends a confusing error
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
I hate Rudder for that
User visibility:
Getting started - demo | first install | Technique editor and level 1 Techniques
Effort required:
Small
Priority:
114
Name check:
To do
Fix check:
To do
Regression:
No
Description
When attempting to create an API Account but with an already existing ID, the API returns an error that is confusing :
And the API account list is not refreshed but when reloading the page, the previous existing account gets replaced with the new one.
It has the effect of updating the account.
- the API : it should not be the same endpoint/method to update and create an API account
- we need to validate the account ID field, and disallow creating an existing one, see #26468 for another constraint that also needs to be validated on the account ID field
Files
Updated by Clark ANDRIANASOLO about 2 months ago
- Related to Enhancement #26468: API account ID token need to be validated in the UI added
Updated by Vincent MEMBRÉ about 1 month ago
- Target version changed from 8.3.0~beta1 to 8.3.0~rc1
- Priority changed from 57 to 114
Updated by Clark ANDRIANASOLO 22 days ago
Partly resolved in #26538 : the message from API is explicit
The validation in the form still needs to be applied
Updated by François ARMAND 22 days ago
- Related to Bug #26538: Missing API account UI info/actions for token added
Updated by Vincent MEMBRÉ 9 days ago
- Target version changed from 8.3.0~rc1 to 8.3.0~rc2
Actions