DB not working in local env
The project is working just fine in production, but when trying to fetch the db in a local enviroment the next error appears:
It was working just fine and the link to the database hasn't changed. I'm using with Nextjs and Prisma.
Solution:Jump to solution
you may be behind some kind of firewall that's blocking your attempts to connect to the database, try again with a VPN
9 Replies
Project ID:
2eaddcc2-0855-4598-be20-6078009c8f41
Project id: 2eaddcc2-0855-4598-be20-6078009c8f41
even testing it with node only:
Solution
you may be behind some kind of firewall that's blocking your attempts to connect to the database, try again with a VPN
the VPN worked!!, but I wonder if there is another solution. Maybe I should reconfigure some network rules or something?
VPN is slow
this would indicate that it is an issue with your network
so what are some common misconfigs of network rules, how can I fix it?
thats not something we can provide support for as it would not have anything to do with railway.
you are likely behind some firewall, such as an ISP firewall.
ok thanks