Solutionunvalidated
Fix the connection string by using a password without problematic characters or properly percent-encoding the password (e.g., encodeURIComponent) before forming the postgres:// URL.
6d6edad6-9266-4814-b7fe-a9b0abc04691
Fix the connection string by using a password without problematic characters or properly percent-encoding the password (e.g., encodeURIComponent) before forming the postgres:// URL.