mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Error: SASL: SCRAM-SERVER-FIRST-MESSAGE: client password must be a string #212
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @raikoug on GitHub (Jul 14, 2022).
Hello,
this error is thrown with this composer
And this is the init.sql mentioned inside DB
(this is a tested and common template I use for wiki js, git servers etc, and works just fine)
the error I get is
I tried password either with or without columns, the error is the same.
Thanks
@meltyshev commented on GitHub (Jul 14, 2022):
I don't know much about connecting to databases, but could you try to change the value of env variable
DATABASE_URLtopostgresql://planka:planka@db/planka.@raikoug commented on GitHub (Jul 14, 2022):
duh now I feel dumb!
But I've a new error
Now I think planka container can't translare "db"
Should I open a new issue?
Thanks for you reply @meltyshev
@meltyshev commented on GitHub (Jul 14, 2022):
You are welcome!
The second error is due to the
new url.URL(process.env.BASE_URL).origin, is seems thatBASE_URLcannot be parsed for some reason, but when I testhttp://planka.whatever:11082it works for me 🤔@raikoug commented on GitHub (Jul 14, 2022):
Hmmm
I included an Nginx container to use my domestic dns (ahaha such a gorgeus way to call my hosts file!):
BASE_URL=http://kanban.casa(just fo re reference, casa is home in italian XD)
Noe there is no error at all and it's working, thanks again @meltyshev for everythin, my fault both cases :/
@raikoug commented on GitHub (Jul 14, 2022):
Hence I close this because of my fault.