zeebs
Explore posts from serversPPrisma
•Created by zeebs on 10/16/2024 in #help-and-questions
Accelerate - Which Neon Connection (Pooled or Direct)?
Thanks. That makes sense
5 replies
Request Help / Template demonstrating private networking connection to Postgres
Thanks @Brody & @Lelebees. I finally got it working with the additions of the following tweaks for my instance....
Append
/?family=6
to the end of the Redis URL => REDIS_URL=${{Redis.REDIS_PRIVATE_URL}}/?family=6
This ensures that the DNS resolution looks for IPV6 as per the following thread
https://github.com/redis/ioredis/issues/1576
**
Add ENABLE_ALPINE_PRIVATE_NETWORKING=true
as mentioned in your docs https://docs.railway.app/guides/private-networking9 replies
Disable Cache for build step on Railway
I've also pushed my working docker-image to ghcr.io and tried to deploy using this source-image... but can't seem to get the configuration right to work on Railway. Deployment fails and there are no logs to trouble-shoot why
6 replies
Disable Cache for build step on Railway
Hi @Brody ... I'm really pulling my hair out on this one!
I'm deploying a Medusa backend and have extended the product service. Everything works on my local machine, however I get the following error on my production instance on Railway...
in trying to debug this issue, I have tried my best to reproduce the Railway deploy environment on my local machine:
+ Build with Nixpacks locally and run with Docker (works as expected locally)
+ Build with Docker using Dockerfile (modified Nixpacks output).... and build on Railway with same Dockerfile
+ still works as expected locally but throws above error on Railway
I'm running out of ideas why this is happening. Dockerfile below for interest...
'''
6 replies