pnp / pnp/pnpframework

LoadClientSidePage or AddClientSidePage does not work in Web Apps, while same works in console app

Open
#409 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.