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
But, in the offline bot, it seems we are not receiving the contentUrl.
After this bug is fixed, you can look inside Web Chat code and revert it back to use offline bot. Just search some keywords in the following code.
const{ driver, pageObjects }=awaitsetupWebDriver({props: {styleOptions: {enableUploadThumbnail: false}},// TODO: [P3] Offline bot did not reply with a downloadable attachment, we need to use production botuseProductionBot: true});
The text was updated successfully, but these errors were encountered:
In production bot, after you upload a file, the bot will say, "You have uploaded:".
Today, in production bot, it will more-or-less send us an activity looks like:
But, in the offline bot, it seems we are not receiving the
contentUrl
.After this bug is fixed, you can look inside Web Chat code and revert it back to use offline bot. Just search some keywords in the following code.
The text was updated successfully, but these errors were encountered: