You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When accessing the webpage with the embedded Typebot, the message "The bot you're looking for doesn't exist." appears when opening the link from Facebook Messenger's in-app browser. However, the bot loads properly when accessed via an external browser.
To Reproduce
Steps to reproduce the behavior:
Go to Facebook Messenger and send the link to the webpage containing the embedded bot.
Open the link from within the Facebook Messenger browser.
Observe the error message stating "The bot you're looking for doesn't exist."
Expected behavior
The embedded bot should load and function properly, displaying the chat interface without the error message, regardless of the browser used.
The text was updated successfully, but these errors were encountered:
I did some more investigating. It appears that using the @typebot.io/nextjs library is ignoring the apiHost parameter being passed. The library continues to look for the bot on the hosted version of Typebot, even though my bot is self-hosted.
Describe the bug
When accessing the webpage with the embedded Typebot, the message "The bot you're looking for doesn't exist." appears when opening the link from Facebook Messenger's in-app browser. However, the bot loads properly when accessed via an external browser.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The embedded bot should load and function properly, displaying the chat interface without the error message, regardless of the browser used.
The text was updated successfully, but these errors were encountered: