Open RobertoE91 opened 3 years ago
@RobertoE91 I know it's only a temporary solution, but try building HITLNext in production mode: NODE_ENV=production yarn build
. For reference: https://github.com/botpress/v12/issues/1312. Another alternative is to click on another module (once you are only) and then go back to the HITLNext module.
This should fix your issue when using HITLNext in the studio and also allow you to use it in the admin.
Please also note that this issue will only happen when running a development build of Botpress.
Describe the bug React component crashes after going online
To Reproduce Steps to reproduce the behavior:
hitlnext/handoff
action on the "on enter" section of the entry nodeExpected behavior Full view of the module don't crash
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
I build the platform from source.
I think the cause of this issue comes from AgentList component in botpress\modules\hitlnext\src\views\full\App.tsx line: 148
Since the error goes away after commenting the line: 148 in the same file