Unable to connect neon postgres db from railway
I am getting errors why trying to connect to neon postgres db from railway it works perfectly in local though. I am providing the logs as an attachment to this post.My project id is eda4e600-d3ed-4224-bb9b-127162c8c0c9
23 Replies
Project ID:
eda4e600-d3ed-4224-bb9b-127162c8c0c9
are you using environment variables? and do you have the needed variables set?
Yes it's set correctly
I checked that multiple times
maybe not, can you show me a screenshot of your variables tab? keep the variables hidden
Here it is
looks good, show me how you are consuming them in code
Can I share you the GitHub repo
GitHub
GitHub - Ars123z/SaaS-Foundation: Saas Foundation Course
Saas Foundation Course. Contribute to Ars123z/SaaS-Foundation development by creating an account on GitHub.
I have to directly add the parameters to make it work
I changed it just now it's working this way only
please use environment variables
I am trying but it's just not working
let me know when you have used environment variables
I think this is a bug railway is not reading the postgres db environment variables correctly
i'm sorry but that would be incorrect
The moment I am trying to use any environment variables in there ,i am facing bunch of connection errors.without them the application is running fine
can i see this change in your code?
Ofcourse I am sending the link with changed code
GitHub
GitHub - Ars123z/SaaS-Foundation: Saas Foundation Course
Saas Foundation Course. Contribute to Ars123z/SaaS-Foundation development by creating an account on GitHub.
Here is the changed code
i dont know what this config thing is, please use env vars, use them for all variables
Ok will try and see