Shared variable are not resolving for Postgres
avanishranjan19941
FREEOP
16 days ago
I'm having issues to connect nexts app with Postgres since shared variables are not resolving properly. If I inject directly then it is not resolving domain .
2 Replies
Railway
BOT
16 days ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • 16 days ago
16 days ago
Can you explain "not resolving properly"?
Make sure your services are in the same project and environment as well.
avanishranjan19941
FREEOP
16 days ago
I updated DATABASE_URL variable in next js service to use ${{Postgres.DATABASE_URL}} , this variable didn't resolve to anything but blank.