In my adventures with the new web parts I ran into the following error when I added my web part to a page:

Something went wrong

If the problem persists, contact the site administrator and give them the information in Technical Details. ***ERROR MESSAGE: ***Failed to load component “4fb1a04a-1d7e-4683-8046-de1646f94fb0” (MyClientSideWebPartWebPart). Original error: ***Failed to load URL ‘https:/ /myclientsidewebpart.azureedge.net/my-client-side-webpart/myclientsidewebpart-myclientsidewebpartstrings_en-us_536e65149b0acf4d52c0043073b9fc59.js’ for resource ‘myClientSideWebPartStrings’ in component ‘4fb1a04a-1d7e-4683-8046-de1646f94fb0’ (MyClientSideWebPartWebPart). There was a network problem. This may be a problem with a HTTPS certificate. Make sure you have the right certificate. ***CALLSTACK: i/<@https://spoprod-a.akamaihd.net/files/sp-client-prod_2017-04-28.005/sppages-assembly_en-us_03284083c09713dfb7fbb719a51b09de.js:144:54695

As always a very helpful error message.

Within my write-manifests.json file and my deploy-azure-storage I used the following two lines:

“cdnBasePath”: “https://myclientsidewebpart.azureedge.net/my-client-side-webpart/&#8221;

While in Azure I created a container with the name myclientsidewebpart

The annoying thing is that rather than giving me error messages during the provisioning stage, a new container is created within Azure

Office 365 - SharePoint - SPFx - There was a network problem

Note that the access type is Blob rather than Container!

All I had to do was match everything up and my web part appeared nicely:

Office 365 - SharePoint - SPFx - There was a network problem

So rather than

“container”: “my-client-side-webpart”

I had to go for

“container”: “myclientsidewebpart”


Discover more from SharePains

Subscribe to get the latest posts sent to your email.

Avatar of Pieter Veenstra

Is your business still running on paper trails, sprawling Excel files, or ageing Access databases? There's a better way — and I can show you exactly what it looks like. I'm the Technical Director of Vantage 365, a Microsoft solutions consultancy working with clients across the UK, the Netherlands, and worldwide. For over 30 years I've been turning messy, manual business processes into clean, automated systems that save time, reduce errors, and give teams the visibility they need to make better decisions. You can contact me using contact@sharepains.com

Related Posts

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from SharePains

Subscribe now to keep reading and get access to the full archive.

Continue reading