howdyai / botkit

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
MIT License
11.46k stars 2.28k forks source link

Javascript heap out of memory issue after upgrading botkit from 0.6 to 4.15.0 #2249

Open sushthak opened 2 months ago

sushthak commented 2 months ago

We are currently using Botkit in our application. Previously, our application was using Botkit v0.6. However, due to the deprecation of some APIs, we had to upgrade Botkit to version 4.15.0. While the updated version works fine with testing internally, after deploying the updated version to production, we encounter an issue where our application keeps crashing & restarting due to "Javascript heap out of memory" error. Requesting help to please check on this & let me know in case anything specific is required from our side to debug this further.