0

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
  • Something is wrong with your connection. We can't say much more than that since your question boils down to, "trust me, everything is done correctly, what is the problem?" Please read [ask]. – ChrisGPT was on strike Oct 12 '22 at 11:26

0 Answers0