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
Add 404 detection and retry for page entity endpoint after Open app click
After clicking "Open app" in the catalog, the /api2/ui-extensions/entities/pages/v1
endpoint sometimes returns 404 because the service hasn't registered the page yet.
This adds a response listener that detects the 404 and retries with page reload
up to 3 times, which resolves the intermittent navigation failures in CI.
0 commit comments