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 the API is not versioned, if you write as suggested in your component: LoopBackConfig.setBaseURL('https://localhost:3000'); LoopBackConfig.setApiVersion('');
an additional '/' is generated.
So the request are made towards: //Customers/login.
Sometimes APIs are not versioned and this is blocking.