LoadClientSidePage or AddClientSidePage does not work in Web Apps, while same works in console app
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 259
- Forks
- 161
- Avg merge
- 10h 33m
- Merged PRs (30d)
- 1
Description
I am trying to create a ClientSidePage but below code fails and goes into infinite loop.
PnP.Core.Model.SharePoint.IPage home1 = web.AddClientSidePage("Home");
There is no error or exception, hence I am unable to see what is the issue. Just to share I am using Asp.net MVC web application with .Net framework 4.7.2.
Strange is, same code perfectly working fine in console app.
I am using latest version (1.5.0).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the AddClientSidePage call in the ASP.NET MVC web application on .NET Framework 4.7.2, then compare its execution with the working console application. Trace where the call enters its infinite loop and identify a reproducible failure or diagnostic; done means the page creation completes or the issue has a clear actionable error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100