R
Railway5mo ago
Akhil

Is it related to Rate Limit?

I'm using railway GraphQL API to provide my service for my customers, so we are actively working and testing multiple API calls. Today lately I was facing this error.
{
"errors": [
{
"message": "Failed reading: not a valid json value",
"extensions": {
"path": "$",
"code": "remote-schema-error"
}
}
]
}
{
"errors": [
{
"message": "Failed reading: not a valid json value",
"extensions": {
"path": "$",
"code": "remote-schema-error"
}
}
]
}
During my debugging, the same API call in railway GraphQL Playground, I though it might be related to Rate Limit, but not sure (looking out for a correction) How I was able to resolve the issue: I created another token and used it, this resolved the issue. Need Clarification On 1. Is the above solution a correct way of resolving the issue? 2. Does the error has any relation with rate limit? 3. If now, how we can utilise Railway for our customers?
4 Replies
Percy
Percy5mo ago
Project ID: N/A
Akhil
Akhil5mo ago
N/A
Brody
Brody5mo ago
https://docs.railway.app/reference/public-api#rate-limits 1k requests per hour, do you think you exceeded that?
Akhil
Akhil5mo ago
don't think so.
Want results from more Discord servers?
Add your server