mutoe / vue3-realworld-example-app

Explore the charm of Vue composition API! Vite?
https://vue3-realworld-example-app-mutoe.vercel.app
MIT License
957 stars 343 forks source link

There is no error dispaly when updating the setting #58

Closed plumrx closed 1 year ago

plumrx commented 3 years ago
curl 'https://conduit.productionready.io/api/user' -X PUT -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:87.0) Gecko/20100101 Firefox/87.0' -H 'Accept: */*' -H 'Accept-Language: en-US,en;q=0.5' --compressed -H 'Referer: https://vue3-realworld-example-app-mutoe.vercel.app/' -H 'Content-Type: application/json' -H 'Authorization: Token xxx' -H 'Origin: https://vue3-realworld-example-app-mutoe.vercel.app' -H 'Connection: keep-alive' -H 'TE: Trailers' --data-raw '{"username":"plumrx","email":"plumrx@qqq.com"}'
image
mutoe commented 1 year ago

There is currently no way to resolve this issue because the validation is not provided by the backend with the relevant API, nor does it provide an error message that conforms to the format.