botpress / v12

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

[BUG] HITL module throws javascript error #1471

Closed nforysinski closed 2 years ago

nforysinski commented 3 years ago

Describe the bug The HITL module is throwing a javascript error

To Reproduce Steps to reproduce the behavior:

  1. Enable HITL (not HITL Next)
  2. Enter any workspace
  3. Create a new welcome bot
  4. Click into that new bot
  5. Click into the HITL module within that bot
  6. Open the emulator to initiate a new conversation
  7. See the error

Expected behavior The HITL module should load, and the conversations should appear.

Screenshots image

Environment (please complete the following information):

nforysinski commented 2 years ago

Having seen PR botpress/botpress#5454 I went back to look at the errors on this issue. It turns out, theres roughly 25 of the "renderPayload" error, but at the VERY start of the error chain, this message appeared:

image

laurentlp commented 2 years ago

Having seen PR botpress/botpress#5454 I went back to look at the errors on this issue. It turns out, theres roughly 25 of the "renderPayload" error, but at the VERY start of the error chain, this message appeared:

image

Thanks for reporting this issue :muscle:. The reason you are seeing this error is that we have moved the extensions module inside the channel-web, but the HITL module still tries to load it. It will be fixed in the same PR you referenced above.