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 frontend mixes fetch and Axios with inconsistent base URLs and error handling. Create one client with authentication, timeout, JSON/error normalization, and retry policy.
The frontend mixes
fetchand Axios with inconsistent base URLs and error handling. Create one client with authentication, timeout, JSON/error normalization, and retry policy.