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
When adding sequence as a backend, and Saving the API, the following success alerts are shown in the UI. We need to fix those and show only a single alert to mention that the API update was successful.
Steps to Reproduce
Navigate to the publisher portal and create an API
Click on Endpoints tab and select Sequence Backend option to upload a sequence as the backend
Click Save. Then you should be able to see the above reported alerts.
Affected Component
APIM
Version
4.4.0
Environment Details (with versions)
No response
Relevant Log Output
No response
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered:
Should we handle error alerts the same way? Currently, there are separate error alerts for sequence backend deletions and updates, similar to the success alert shown in the above screenshot.
Btw, in the current implementation [1], when we update the sequence backend configuration, it makes 4 API calls: 2 to delete the existing sequence backend and 2 to add the new ones. After that, it sets the endpoint_type using the update API endpoint. If any of the first four API calls fail for some reason, wouldn’t that cause a consistency issue?
(Even if all 4 API calls fail, the next API call will still set the endpoint_type as sequence_backend and show a success message. )
Description
When adding sequence as a backend, and Saving the API, the following success alerts are shown in the UI. We need to fix those and show only a single alert to mention that the API update was successful.
Steps to Reproduce
Endpoints
tab and selectSequence Backend
option to upload a sequence as the backendSave
. Then you should be able to see the above reported alerts.Affected Component
APIM
Version
4.4.0
Environment Details (with versions)
No response
Relevant Log Output
No response
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered: