@jeffladiray THANKS! I had tried that before but this time I saw the issue (there were no connections). Line 10 of models/index.js
is, indeed new. if (databaseInfo.connection.url === 'false') return
and this caused some issues with the way I had my config set in my local .env.
There’s also a strange behavior where our IAM auto-auth seems to be working when running this project locally but not for the other two, so I need to pass user and pw for two connections but only user for the third. But this is likely unrelated to FA…