You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the DATABASES value on railway using the variable reference of ${{Postgres.DATABASE_URL}} the script will not run because it thinks it is a invalid URL.
An error occurred while processing the database postgresql railway, host: postgres.railway.internal): TypeError: Invalid URL
When I manually set the DATABASES value I also get the same error.
Setting the DATABASES value on railway using the variable reference of
${{Postgres.DATABASE_URL}}
the script will not run because it thinks it is a invalid URL.An error occurred while processing the database postgresql railway, host: postgres.railway.internal): TypeError: Invalid URL
When I manually set the DATABASES value I also get the same error.
postgresql://secretuser:[email protected]:5432/railway
The text was updated successfully, but these errors were encountered: