manuai
manuai
RRailway
Created by manuai on 3/12/2024 in #✋|help
Redis Connection refused
I keep getting ECONNREFUSED: Failed to connect when using private Redis URL to connect. console.info("REDIS URL", process.env.REDIS_URL) const redisClient = redis.createClient({ url: process.env.REDIS_URL, }); Any ideas ?
13 replies
RRailway
Created by manuai on 3/7/2024 in #✋|help
How can I access to the SLL certificate file? My app config requires it
I have a bun app, that seems to require the full path to a certificate. Where could I get that ? Thanks
76 replies