Debug web messenger

using web messenger with bot connector, how I can debug into the web page to see if the bot connector URI is been used

Hi @ayoub it is not possible to debug Bot Connector integrations from Messenger or customer's browser: the Guest session is decoupled from the internal conversation, and that's by-design.
Eventually, for debug purposes, you could try to echo-back the responses and errors within the conversation transcript (so you can read it within Messenger as a regular text message) but would recommend to move the debugging within the backend and your Bot provider.

thanks Angelo, actually that's what i did, i debug via aws cloud watch (my backend part)

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.