TurboFarmer9000
TurboFarmer9000
RRailway
Created by TurboFarmer9000 on 10/9/2024 in #✋|help
${{secret()}} generates a new string on every page reload?
Is this expected? Makes it useless. Bad docs around this
9 replies
RRailway
Created by TurboFarmer9000 on 9/26/2024 in #✋|help
Trying to deploy built in template Redis for 35 minutes.
Just like my postgres problem the other day, taking forever to deploy a simple service
6 replies
RRailway
Created by TurboFarmer9000 on 9/15/2024 in #✋|help
postgres not deploying
Been waiting for 30 mins
9 replies
RRailway
Created by TurboFarmer9000 on 3/5/2024 in #✋|help
Ioredis Node connection issue.
const redisConnection: RedisOptions = {
host: `http://${process.env.REDIS_HOST}`,
port: Number(process.env.REDIS_PORT),
password: process.env.REDIS_PASS,
username: process.env.REDIS_USER,
family: 0,
retryStrategy: (times) => {
// reconnect after
return Math.min(times * 50, 2000);
},
};
const redisConnection: RedisOptions = {
host: `http://${process.env.REDIS_HOST}`,
port: Number(process.env.REDIS_PORT),
password: process.env.REDIS_PASS,
username: process.env.REDIS_USER,
family: 0,
retryStrategy: (times) => {
// reconnect after
return Math.min(times * 50, 2000);
},
};
My connection object above [ioredis] Unhandled error event: Error: getaddrinfo ENOTFOUND http://redis-cache-staging.railway.internal
38 replies
RRailway
Created by TurboFarmer9000 on 3/1/2024 in #✋|help
Can't set template image url
https://lw3-teams-logos.s3.us-east-2.amazonaws.com/thirdweb-team-logo https://avatars.githubusercontent.com/u/79496167?s=200&v=4 https://branditechture.agency/brand-logos/wp-content/uploads/wpdm-cache/Thirdweb-900x0.png If the preview works, i get the invalid image url. If the preview doesn't work, it passes but the image doesn't show. Probably better to let people to upload the image to railway instead of trying to find somewhere that is hosting the image, works with your image checking code, and won't go down
6 replies
RRailway
Created by TurboFarmer9000 on 2/16/2024 in #✋|help
Kill old instance right away, don't overlap the instance deploys
So when I deploy a new version of the bot server, I want the old version do shutdown straight away. I don't want it to linger. This is down to how I am communicating to telegram, I can only have one server using a telegram api token at the same time
7 replies
RRailway
Created by TurboFarmer9000 on 1/22/2024 in #✋|help
Deleting enviroments
No description
4 replies
RRailway
Created by TurboFarmer9000 on 11/10/2023 in #✋|help
Node.js SELF_SIGNED_CERT_IN_CHAIN 500 error
I am running fastify on Node.js, and I am trying to add an authenticated router to /admin { "statusCode": 500, "code": "SELF_SIGNED_CERT_IN_CHAIN", "error": "Internal Server Error", "message": "self-signed certificate in certificate chain" }
8 replies
RRailway
Created by TurboFarmer9000 on 11/9/2023 in #✋|help
Nginx not serving the site anymore.
No description
18 replies