OlivierCC / spfx-40-fantastics

This package is a sample kit of Client Side Web Parts built on the SharePoint Framework SPFx. You can find here different kind of high visual web parts as carousel, images galleries, animations, map, editors, etc.
MIT License
408 stars 279 forks source link

Facing issue while adding NewsTicker to sharepoint page #12

Closed divyavaniponugotu closed 7 years ago

divyavaniponugotu commented 7 years ago

Hi @OlivierCC ,

I am facing below issue while adding packaged NewsTicker webpart to my sharepoint page. The same is working in sharepoint workbench.

image

Please suggest how to solve this.

natelabo commented 7 years ago

The CDN appears to be down...

spfx-40-fantastics.azureedge.net or something like that...

I had to upload the assets on our own environment to make this work.

RishanM commented 7 years ago

I had the same error with the accordion. This resolved it for me: https://github.com/SharePoint/sp-dev-docs/issues/545

OlivierCC commented 7 years ago

Thanks for this tip @RishanM, I will fix it for the next version.

@natelabo The CDN seems to work now. Let me know if you have an issue with the CDN again.

divyavaniponugotu commented 7 years ago

Thanks @RishanM , SharePoint/sp-dev-docs/issues/545 fixed mine.