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
2 years ago
hello, are you able to provide a minimal reproducible example?
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
2 years ago
sounds good