0

I have built an extension and deployed the extension in-app catalog but it showing an error message in the edge browser but completely fine in chrome.

Erro Loading debug manifests..... enter image description here

Steps I followed: gulp clean gulp bundle --ship gulp package-solution --ship

and deployed the solutions Locally working fine but issues after deploye in edge.

1 Answer 1

0

It looks like it's a caching issue. Edge is still trying to load the extension from the local debugging host started when you run gulp serve.

Try accessing the SharePoint site using a private (incognito) browser session in Edge to confirm. If it loads correctly in that session, then try doing a full reload using CTRL-F5 in the regular (non-incognito) browser session. You can also trying clearing cookies and local storage.

I hope this helps.

2
  • Thanks, working perfectly. Commented Mar 20, 2022 at 13:56
  • Glad I could help Commented Mar 20, 2022 at 16:12

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.