Nuxt 3 API response error
Why do I get this if I send bulk request to the server?
I've tested with 2000 requests and only 1322 request passed
4 Replies
Is that the dev server?
Sounds like
But also with a normal server - it is still node and can’t scale indefinitely
Yeah, node absolutely has its limits
If it's the dev server (which it 99% is) then it dropping requests on load testing is perfectly reasonable as that's not what it's built for. @Rifat
On the off chance you are experiencing that on a built and deployed server however that's another discussion as you'd want a more graceful error for sure
Yeah. It was a dev server.