botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
83 stars 91 forks source link

Mod[channel-web] [TypeError, cannot read property 'v4' of undefined] #1137

Closed Aksshar closed 3 years ago

Aksshar commented 4 years ago

Error popup when starting the emulator in localhost with welcome bot. also emulator don't displaying properly in window. I can't see a part of the emulator window.

spg commented 4 years ago

Hey @Aksshar !

Error popup when starting the emulator in localhost with welcome bot.

I tried reproducing your issue, without success. Which Botpress version are you using? On which platform (Windows, Mac, Linux)?

emulator don't displaying properly in window. I can't see a part of the emulator window.

Yes this is a known issue, it will be fixed soon in an upcoming Botpress release. Thanks for reporting.

Aksshar commented 4 years ago

I am using the latest one in windows. botpress-v12_10_9-win-x64

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

J-FMartin commented 3 years ago

Hi - we will close this, please reopen if need be.

ptrckbp commented 2 years ago

Super late, but adding here for future users!

There is a good chance this problem is caused by node checking parent directories https://stackoverflow.com/questions/58349010/run-nodejs-program-that-ignores-parent-node-modules

If that's the case, either move the folder to one which doesn't have node_modules, add your own node_modules with the correct versions of the problem library. You can see the package.json of botpress/botpress to see which version you need.

This might also be applicable to https://github.com/botpress/v12/issues/1348