Hello everyone,
I have some questions for you :) I have a add-ins app and i wanna show in sharepoint page(for example sites/homepage.aspx). This add-ins app priveder-hosted and host in azure(just like azure web app and working well). Then i added this site as an app part in my default(sites/homepage.aspx) site page.
Then i getting some errors like below.
- First is some scripting error i dont undertand. http or https problem i guss.
-This warning popup says, this page tries to download some script file from unsecury resource.
- Second is like below
What did i try to fix this errors? and dosen't work!
- added this code to every single page and master page: <WebPartPages:AllowFraming runat=”server” />
- Delete my all js script in web apps in add-ins project.
Thank you for your helps.
kind regards.
thaldi