I got this error, when I deployed my node application to heroku, the database is planetscale. I put in the right env variable in my heroku, the db works in dev, but I don't know why it's giving this error after I deployed it to heroku. I have tried everything for hours
{
code: 'ER_ACCESS_DENIED_ERROR',
errno: 1045,
sqlMessage: "Access denied for user ' *****'",
sqlState: '28000',
fatal: true
},
client: mysql