Failing requests on V2 Runtime
net::ERR_HTTP2_PROTOCOL_ERROR 400
castle-link
PROOP

2 years ago

I tried to switch to using the V2 runtime on one of my apps recently and was frequently getting the following error when I make any request to my nodejs express server:
net::ERR_HTTP2_PROTOCOL_ERROR 400

This issue was resolved when I switched back to using the legacy runtime. I've attached a video showing the error

6 Replies

castle-link
PROOP

2 years ago

d5830106-c562-4490-bfe0-6636a0c4a844


2 years ago

hello, are you able to provide a minimal reproducible example?


castle-link
PROOP

2 years ago

Go to https://market-controller-api-staging.up.railway.app/ and int he query box enter the following

query GetStrategies {
  strategies {
    id
    status    
  }  
}

The response should return a forbidden error. However if you do it a couple of times eventually is will either hang or return the error mentioned above


2 years ago

that would be a demo of the issue, we would need a fully minimally reproducible example that we could deploy to see this issue


castle-link
PROOP

2 years ago

ah this would take a bit more time, will get back to you on this


2 years ago

sounds good


Loading...