Bandwidth Limit Exceeded?
I was creating a REST API using Express and, after doing a POST request, i received this error:
509 (Bandwidth Limit Exceeded)
Have i surpassed the transfer limit of the free plan? It says on my dashboard that i've used 0.01GB of data transfer capacity
2 Replies
correct-apricot•6mo ago
Hi, it doesn't look like you've hit the data transfer limit on the Free Plan. You can verify by querying your database via SQL to see if you get a result or not. Is there any other part of your stack that might have a bandwidth limit?
fascinating-indigoOP•6mo ago
GOD, i can't believe it. As i was handling errors, i sent this error code instead of 409, for signaling conflict. It's solved now.
Thanks for the assistance!