pulilab / vue-people

VuePeople lists and connects Vue.JS developers around the world.
https://vuepeople.org
MIT License
172 stars 36 forks source link

Website tags missing "http://" or "www." #102

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello there!

Upon submitting the form, after logging in through Github, if your website URL is formatted as "website.com", it'll not show the input as being invalid, but will not process your request for signup:

Payload: {"website_url":["Enter a valid URL."]}

Error: fails to load /api/user/:1, with a 400 error code.

Suggestion: make the input invalid if it's missing that info,

DonNicoJs commented 6 years ago

@NextlevelFernando Thanks for the report!