Intermittent Error While Creating TCP Proxy Using GraphQL
jagadeesh507
PROOP

2 years ago

I am facing an issue while creating a TCP proxy for a service through a GraphQL query. The operation occasionally succeeds but sometimes fails with the following error:

{

"errors": [

{

"message": "Problem processing request",

"traceId": "7624102149774612596"

}

],

"data": null

}

Solved

5 Replies

2 years ago

Hi, can you provide the request body here for us?


Status changed to Awaiting User Response Railway over 1 year ago


ray-chen

Hi, can you provide the request body here for us?

jagadeesh507
PROOP

2 years ago

mutation TcpProxyCreate($input:TCPProxyCreateInput!) {
    tcpProxyCreate(input: $input) {
        applicationPort
        createdAt
        deletedAt
        domain
        environmentId
        id
        proxyPort
        serviceId
        updatedAt
    }
}

Input:

{
    "input":{
        "applicationPort":3306,
        "environmentId":"",
        "serviceId":""


    }
}

Status changed to Awaiting Railway Response Railway over 1 year ago


2 years ago

To be clear, environmentId and serviceId is not empty when you're running the actual call?

How many times are you calling this with each environment/service?


Status changed to Awaiting User Response Railway over 1 year ago


ray-chen

To be clear, `environmentId` and `serviceId` is not empty when you're running the actual call? How many times are you calling this with each environment/service?

jagadeesh507
PROOP

2 years ago

We call this only once during the service creation process, ensuring that both environmentId and serviceId are populated before making the actual call.


Status changed to Awaiting Railway Response Railway over 1 year ago


2 years ago

I can't speak to why you could be getting the Problem processing request error, but would you mind giving us wide overview of what you are trying to accomplish here, perhaps there may be a better solution here.


Status changed to Awaiting User Response Railway over 1 year ago


Railway
BOT

a year ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 11 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...