Your Question

Hi everyone! Tried to do my best looking for the solution everywhere, including stackoverflow, gh issues etc, but no luck: I'm trying to connect to my database using the recommended gorm approach (gorm.io/drivers/postgres), however, I face the SASL authentication issue on the PG side. Seems that it requires scram-sha-256 by default which seems unsupported at the moment with gorm, is this correct?

The document you expected this should be explained

Expected answer

If SASL authentication using scram-sha-256 is supported, would be fantastic if someone can point me to the right direction. If not, I believe I'll have to revert the PG configuration to md5 for now, but I'd like to know for sure

Comment From: ghost

nvm, seems I managed to edit the wrong .env file for 4 hours straight 🤦‍♂️