"Cannot destructure property 'client' of 'db.config.connection' as it is undefined" when deployed in cPanel shared hosting

Hello @Dread @vitakili @rafimaryudwika @weicheng-one,

I was able to solve this issue. It turns out that a configuration in TypeScript caused the problem. All we need to do is remove “noEmit”: true from tsconfig.json.