Forum Discussion
jean Bertrand
Apr 18, 2017Copper Contributor
Problem with SPFx Webparts (using PnP-JS-Core) on Sharepoint SitePages
Hi everyone, I'm working with SPFx framework and I'm using the Pnp js library for REST requests. Everything was working fine since last week when REST requests stop working on sharepoint SitePage...
Robin Güldenpfennig
Apr 19, 2017Brass Contributor
Hi Jean,
I got the same problem.
When working on workbench it works fine. But when I use the client web part on a modern site page the REST web API requests don't work anymore.
I got the same problem.
When working on workbench it works fine. But when I use the client web part on a modern site page the REST web API requests don't work anymore.
Patrick Rodgers
Apr 19, 2017Copper Contributor
Hi, this was reported a few days ago and is fixed in the latest beta. Can you give that a try using
npm install sp-pnp-js@beta --save
and let me know if that works? If so I am considering cutting an early release since this is a blocker for folks. Thanks!
P.S. In the future if you have an issue or find a bug please report it to the issues list - much easier to track and manage there.
npm install sp-pnp-js@beta --save
and let me know if that works? If so I am considering cutting an early release since this is a blocker for folks. Thanks!
P.S. In the future if you have an issue or find a bug please report it to the issues list - much easier to track and manage there.