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
Every time the UI calls the UserTasks API there is an additional and unwanted call to the /init endpoint.
The nature of the /init endpoint is to confirm that the integration with the Identity Provider and LH Cluster is successfully working. Therefore, the UI should not be calling it every time it performs an HTTP request to other endpoints.
The text was updated successfully, but these errors were encountered:
jhosep-marin
changed the title
[TECH DEBT] - Avoid calling /init endpoint after performing different actions
Avoid calling /init endpoint after performing different actions
Dec 3, 2024
Every time the UI calls the UserTasks API there is an additional and unwanted call to the
/init
endpoint.The nature of the
/init
endpoint is to confirm that the integration with the Identity Provider and LH Cluster is successfully working. Therefore, the UI should not be calling it every time it performs an HTTP request to other endpoints.The text was updated successfully, but these errors were encountered: