diay
Failing requests on V2 Runtime `net::ERR_HTTP2_PROTOCOL_ERROR 400`
Go to
https://market-controller-api-staging.up.railway.app/
and int he query box enter the following
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 above8 replies
Redis failing to connect with `ECONNREFUSED`
yea
ioredis
's Redis class claims that it can be constructed by passing an object with the connection options as follows:
Or by passing the connection url as follows:
We had recently switched to the first approach and that seemed to have broke things. Switching back to the second syntax did the trick9 replies