OfficeDev / Office-Add-in-samples

Code samples for Office Add-in development on the Microsoft 365 platform.
MIT License
671 stars 756 forks source link

Not able to display Html #766

Closed yspl-pankajs closed 1 month ago

yspl-pankajs commented 2 months ago

Below text not display in my add-ins

This add-in will insert the text 'Hello world!' in a new message.

I have attached screen shot. Helloworld .

aafvstam commented 2 months ago

@yspl-pankajs Can you elaborate on the steps to get to this error? What steps did you perform, and which sample are you running here?

Think about:

yspl-pankajs commented 2 months ago

Hello,

I have developed the sample using Visual Studio Outlook Web add-Ins.

After that, I run the sample and my add-ins visible in Outlook while composing mail. Now the issue is that when I click on add-ins it will not display the button and html text that I specified in my .html file.

Regards Pankaj Sharma


From: Maarten van Stam @.> Sent: Monday, April 29, 2024 1:32 AM To: OfficeDev/Office-Add-in-samples @.> Cc: Sharma, Pankaj @.>; Mention @.> Subject: Re: [OfficeDev/Office-Add-in-samples] Not able to display Html (Issue #766)

@yspl-pankajshttps://github.com/yspl-pankajs Can you elaborate on the steps to get to this error? What steps did you perform, and which sample are you running here?

Think about:

— Reply to this email directly, view it on GitHubhttps://github.com/OfficeDev/Office-Add-in-samples/issues/766#issuecomment-2081635556, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQG333LED7TYVRDBMJKW4KLY7VIU3AVCNFSM6AAAAABG2NN2EWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBRGYZTKNJVGY. You are receiving this because you were mentioned.

davidchesnut commented 2 months ago

Hi @yspl-pankajs, here are a couple troubleshooting tips to see if we can figure out why the add-in won't load.

  1. You can try clearing the cache.
  2. You can use runtime logging to get a log of any errors that occured when loading.
  3. Try opening the add-in directly in the browser by going to https://localhost:3000/taskpane.html (or where your manifest indicates the home page URL is located). This may show additional information (like missing certificates) to help with troubleshooting.

Hope this helps, David

microsoft-github-policy-service[bot] commented 1 month ago

This issue has been automatically marked as stale because it is marked as needing author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your interest in Office Add-ins!

microsoft-github-policy-service[bot] commented 1 month ago

This issue has been closed due to inactivity. Please comment if you still need assistance and we'll re-open the issue.