Taldres
isURL validation error during prod docker setup
Hey @Nakul did you use a different password than the one in your screenshot? I encountered the same error when I used special characters.
https://discord.com/channels/1130383047699738754/1308392027964047390
3 replies
PG_DATABASE_URL validation
Thanks for your quick response @thomast 🙂
I am using a compose-override.yml due to my Traefik setup. However, during the migration, I accidentally followed the docker-compose.yml from the main branch. The environment variable was structured accordingly there.
I also tried setting the PG_DATABASE_URL in the .env file using the previous password. However, the same error occurred there as well.
In the meantime, I found the error. It was because my password contained special characters, which apparently caused the isUrl validation to fail. As a result, I had to completely set up the database fresh and assign an alphanumeric password to successfully pass the validation.
6 replies