Teams chatbot app, static tab website not loading
Hi, I created a chatbot application for my company. The chatbot is registered on Azure, and hosted on an EC2 Instance. It is installed on Teams, for which I created a manifest file and icons. This entire step is working.
The bot works as expected. I wanted to create a configuration page as a static tab for users to enter their creds into a page, so the credentials can be sent to the bot for pulling data (This is only for testing, and if it works we will connect our main portal for secure access). The website I created follows this page: https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/create-tab-pages/configuration-page?tabs=teamsjs-v1
The website is hosted on Firebase for initial testing, as it provides a secure platform with SSL certifications and HTTPS links. The website does not load on the configuration page, and I keep getting the same errors, I will provide screenshots.
I have added the necessary domains to the CSP header, which resolved the issues stemming from my file, but not the issues that are originating from team's own files. The website loads into the console sources, so it's able to access and successfully pull the website from the link, but fails to display it in the static tab.
I will provide the website code, and screenshots of the console. If anything else is needed, please let me know.
Code:
index.txt I hope someone can help me figure out why this happening. Thank you Aashir