I was going crazy on a similar issue as everything seemed to be well configured on my side (actually same config of a similar project that was running just fine). It turned out the password I was using on the .env file was using special characters (in my case '@' and '#')! I wrapped the password in quotes '' and it worked like a charm :D