2 months ago
Deploying a Wasp app which deploys a Node.js server that uses Prisma to connect to the PostgreSQL database.
It fails with:
Error: P1001: Can't reach database server at `postgres.railway.internal:5432`I'm using ${{Postgres.DATABASE_URL}} as the DATABASE_URL so nothing wild going on. This setup has worked 20-30 times without fault so far.
4 Replies
Interestingly enough database logs say
2025-10-13 10:40:41.534 UTC [86] LOG: could not accept SSL connection: EOF detected2 months ago
Hello,
This is because your info @ wasp email Railway account has priority boarding enabled, this has enabled the beta IPv4 private network on your Wasp workspace.
The IPv4 private networking has an issue where some packets get dropped, this is known and being worked on.
For now, please disable that feature flag, and completely recreate the environment.
2 months ago
Hello!
We're acknowledging your issue and attaching a ticket to this thread.
We don't have an ETA for it, but, our engineering team will take a look and you will be updated as we update the ticket.
Please reply to this thread if you have any questions!
2 months ago
No problem!
2 months ago
✅ The ticket Packet Loss in Private Networking has been marked as completed.
2 months ago
✅ The ticket Packet loss in Private Networking has been marked as completed.
2 months ago
Hello,
Update here: The previously mentioned issues with IPv4 private networking have been fixed. However, you will need to redeploy the affected services.