From the local machine (Windows) it starts and runs stably, and after uploading it to the host (Linux) it also starts up, but when processing a message it gives an error that I’m doing wrong?
`Handle polling update error: TypeError: Cannot read property 'msg' of undefined
at vk.updates.use (/app/bot.js:185:59)
at nextDispatch (/rbd/pnpm-volume/8fa6ff4e-ea73-4cb7-b2a0-c757f3fe6a45/node_modules/.registry.npmjs.org/middleware-io/1.1.0/node_modules/middleware-io/lib/index.js:31:40) at Updates.stackMiddleware (/rbd/pnpm-volume/8fa6ff4e-ea73-4cb7-b2a0-c757f3fe6a45/node_modules/.registry.npmjs.org/middleware-io/1.1.0/node_modules/middleware-io/lib/index.js:37:16) at Updates.dispatchMiddleware (/rbd/pnpm-volume/8fa6ff4e-ea73-4cb7-b2a0-c757f3fe6a45/node_modules/.registry.npmjs.org/vk-io/4.0.0-rc.16/node_modules/vk-io/lib/index.js:6953:17) at Updates.handleWebhookUpdate (/rbd/pnpm-volume/8fa6ff4e-ea73-4cb7-b2a0-c757f3fe6a45/node_modules/.registry.npmjs.org/vk-io/4.0.0-rc.16/node_modules/vk-io/lib/index.js:6650:17) at response.updates.forEach (/rbd/pnpm-volume/8fa6ff4e-ea73-4cb7-b2a0-c757f3fe6a45/node_modules/.registry.npmjs.org/vk-io/4.0.0-rc.16/node_modules/vk-io/lib/index.js:6945:20) at Array.forEach (<anonymous>) at Updates.fetchUpdates (/rbd/pnpm-volume/8fa6ff4e-ea73-4cb7-b2a0-c757f3fe6a45/node_modules/.registry.npmjs.org/vk-io/4.0.0-rc.16/node_modules/vk-io/lib/index.js:6943:22) at process._tickCallback (internal/process/next_tick.js:68:7)`