Akhil
Akhil
RRailway
Created by Akhil on 5/31/2024 in #✋|help
Webhook's using Public API
Can we create webhook on a particular project using the Public API key? I tried re-creating my api key but no use, I also create API token for individual project and also no use. Error Message:
{
"errors": [
{
"message": "Not Authorized",
"locations": [
{
"line": 8,
"column": 3
}
],
"path": [
"webhookCreate"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR"
}
}
],
"data": null
}
{
"errors": [
{
"message": "Not Authorized",
"locations": [
{
"line": 8,
"column": 3
}
],
"path": [
"webhookCreate"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR"
}
}
],
"data": null
}
39 replies
RRailway
Created by Akhil on 5/24/2024 in #✋|help
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?
5 replies
RRailway
Created by Akhil on 5/9/2024 in #✋|help
Any idea how to work with github submodules?
Vercel is supporting auto submodule when cloning the repo, though railway is not supporting is there a way I can achive it by using some sort of script or railway.json file?
8 replies