I need help ^, in the first case, I was prompted f...
# orm-help
m
I need help ^, in the first case, I was prompted for a password and I used the same password as specified in the connection string but I keep getting that error.
y
What happens if you change your password to just numbers and try again?
💯 1
m
You mean I should change the
postgres
user password right.
a simple password fixed it for now. I think Postgresql connection strings don't support special characters
r
@Maotora 👋 You need to URL-encode special characters like
$
. Have a look at this answer.
💯 1
m
Sure thing encoding special characters did the trick.
👍 1