i have a problem when trying to work on my project locally
venvictor
TRIALOP

2 years ago

conn = _connect(dsn, connection_factory=connection_factory, **kwasync)

django.db.utils.OperationalError: could not translate host name "postgres.railway.internal" to address: No such host is known.

1 Replies

2 years ago

When developing locally you will need to use the public host and port of your database service.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...