Intermittent Error While Creating TCP Proxy Using GraphQL
jagadeesh507
PROOP

a year 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

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


Status changed to Awaiting User Response Railway 11 months ago


ray-chen

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

jagadeesh507
PROOP

a year 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 11 months 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 11 months 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

a year 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 11 months ago


brody
EMPLOYEE

a year 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 11 months ago


Railway
BOT

4 months 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 4 months ago


Loading...