Hi, I'm embedded the chatbot into react app follow this link
https://botpress.com/docs/developers/webchat/embedding-webchat-options/react-app/
When I tried to load the conversation with this window.botpressWebChat.sendEvent({ type: 'loadConversation', conversationId: 'conv_01HNYXPRHYDFSAHGH8B6DYXMJY' }), the 'conv_01HNYXPRHYDFSAHGH8B6DYXMJY' was not loaded.
Can anyone tell me what/how is the proper ways to load the old conversation, or I'm doing something wrong ?
Thank you 🙏🏼