diay
diay
RRailway
Created by diay on 8/13/2024 in #✋|help
Failing requests on V2 Runtime `net::ERR_HTTP2_PROTOCOL_ERROR 400`
ah this would take a bit more time, will get back to you on this
8 replies
RRailway
Created by diay on 8/13/2024 in #✋|help
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
query GetStrategies {
strategies {
id
status
}
}
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
8 replies
RRailway
Created by diay on 8/13/2024 in #✋|help
Failing requests on V2 Runtime `net::ERR_HTTP2_PROTOCOL_ERROR 400`
d5830106-c562-4490-bfe0-6636a0c4a844
8 replies
RRailway
Created by diay on 6/18/2024 in #✋|help
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:
import Redis from 'ioredis'

const new Redis({
path: ...,
port: ...,
host: ...,
...otherRedisOptions
})
import Redis from 'ioredis'

const new Redis({
path: ...,
port: ...,
host: ...,
...otherRedisOptions
})
Or by passing the connection url as follows:
import Redis from 'ioredis'

const new Redis(REDIS_URL, {
...otherRedisOptions
})
import Redis from 'ioredis'

const new Redis(REDIS_URL, {
...otherRedisOptions
})
We had recently switched to the first approach and that seemed to have broke things. Switching back to the second syntax did the trick
9 replies
RRailway
Created by diay on 6/18/2024 in #✋|help
Redis failing to connect with `ECONNREFUSED`
Thanks we found and resolved the issue
9 replies
RRailway
Created by diay on 6/18/2024 in #✋|help
Redis failing to connect with `ECONNREFUSED`
d5830106-c562-4490-bfe0-6636a0c4a844
9 replies
RRailway
Created by Ironbit on 1/4/2024 in #✋|help
Builds fail in Node 18.18.2 and 20.9.0 due to: https://github.com/npm/cli/issues/6842
I've tried this solution and several others posted on discord with no luck. Was finally able to get things working again by downgrading to nix version 1.16.0 before railway started using bun
6 replies
RRailway
Created by pikachu on 11/9/2023 in #✋|help
upstream connect error or disconnect/reset before headers. retried and the latest reset reason: conn
same here as well
27 replies