-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Web App (Angular) not working with SPFetchClient #509
Comments
This seems to have to do with Angular CLI and Crypto and some changes to how Crypto is being/not being used anymore. Check out this comment on how you might be able to solve it: |
hi @simonagren , thanks for your time, i tried the solution descriebed in the article you refer to... i got rid of all errors with "crypto", but got another error: |
Was gonna write that one first, but I dint't think it did the trick, haha. @gonadn could you close the issue? |
thanks to @simonagren for refering to article witch helped to fix the issue... 💯 |
This issue is locked for inactivity or age. If you have a related issue please open a new issue and reference this one. Closed issues are not tracked. |
Category
PnP Version: [
"@pnp/common": "^1.2.9",
"@pnp/graph": "^1.2.9",
"@pnp/logging": "^1.2.9",
"@pnp/nodejs": "^1.2.9",
"@pnp/odata": "^1.2.9",
"@pnp/sp": "^1.2.9",
]
Iam creating Angular (Angular-cli) application hosting on Azure as Azure App Service (WebApp) .
And i want to access data in SharePoint from Angular application using @pnp/nodejs ,
when i add code below in my .ts constructor() i get a bunch of errors in console:
Errors i get:
Anyone had this issue, or am i doing something wrong here?
How can i access data in SharePoint from an application hosted in Azure as a App Service (WebApp) ?
The text was updated successfully, but these errors were encountered: