plainblack / ving

An opinionated web services starter for Nuxt3 that provides REST and per-field privileges out of the box.
https://plainblack.github.io/ving/
59 stars 7 forks source link

If create account fails, second attempt double submits create #5

Closed rizen closed 7 months ago

rizen commented 1 year ago

no idea why

pi0 commented 1 year ago

Can you check error status code? $fetch has an auto-retry mechanism for 500 status codes. (it might be different just a guess based on description)

rizen commented 1 year ago

the status code is 442, not 500

rizen commented 7 months ago

no longer happening, must have fixed it with one of the many other fixes I applied