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 I read this article: https://vuejs.org/v2/cookbook/form-validation.html#Server-side-Validation I've noticed that the linked sample is not working properly.
In the section "Server-side Validation" the codepen doesn't make a server-side validation due to CORS error. I followed also a link to API and try to make a direct call to it from my browsers and it looks like server is not available any longer.