django.db.utils.OperationalError: connection to server at "crossover.proxy.rlwy.net" (66.33.22.252), port 34005 failed: timeout expired
Database URL: postgresql://postgres:********************************@crossover.proxy.rlwy.net:34005/railway
Trying to access locally on my machine.
No obvious reason why it's not connecting.
Database is live on railway, connects with hosted project just fine, just keeps timing out now.
Django project. I set the DATABASE_URL to the public url but not working.
Am I missing a setting somewhere?