503 error on calling API
Closed this issue · 2 comments
naumantechie commented
Describe the bug
Getting "This service has been suspended" while fetching data from the endpoint (https://api-aniwatch.onrender.com)
Expected behavior
Expected behevior is to get data in JSON form by sending request to the given endpoints.
Actual behavior
Instead of getting data, I'm getting 503 error (server not responding) stating message that "This service has been suspended"
Additional context
No response
ghoshRitesh12 commented
The service has been suspended, due to high egress traffic.
You to deploy your own instance to use it.
Here's the reference.
naumantechie commented
Ahhaa, Thank you for the heads up. I'll then follow the steps mentioned in the referred link. :)