...
You can click on the retry icon near the failed status if you fixed the issue of the file
Embedding chat into a SharePoint site
SP have some restrictions on how to add embedded code. Below are the steps to perform this :
Include the SP site URL in the chat properties
The first step from BGT site make sure to include the SP URL with https in the chat domain list like this:
https://agatsoftwaredevelopment.sharepoint.com/
...
modify the embedded code
Copy the code from this page:
Remove the script tag
SP requires a size in the embedded code so you need to modify the embedded code by adding a size to it
The result should be something like this
<iframe height="500" width="500" id="chatFrame" src="https://dev.businessgpt.pro/Share/fd36ab6b-8d18-47ef-8e58-462771d3d481" title="chat bot"></iframe>
Allow SP to show embedded content from BusinessGTP site
Follow this guide https://support.microsoft.com/en-us/office/allow-or-restrict-the-ability-to-embed-content-on-sharepoint-pages-e7baf83f-09d0-4bd1-9058-4aa483ee137b and add “dev.businessgpt.pro“ to the Allow external iframes
If all is good you should see this: