File not found on provision template containing site pages list. #2832
-
I have version 1.12 of PnP.PowerShell After creating the views for the list I get the following error. (I only see this error when I set PnP-TraceLog -On -Level Debug ) powershell.exe Error: 0 : 2023-02-18 18:38:51.3002 [PnP.Framework] [0] [Error] ExecuteQuery threw following exc System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() I have attached my template to this question. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I have tested with version 2.0.18. But I get the same error. pwsh Error: 0 : 2023-02-18 19:50:04.6107 [PnP.Framework] [0] [Error] ExecuteQuery threw following exception: Microsoft.SharePoint.Client.ServerException: File Not Found. |
Beta Was this translation helpful? Give feedback.
-
I found the issue. PnP.Framework is throwing an error and is logging the exception and then throws the exception again and then catched. |
Beta Was this translation helpful? Give feedback.
I found the issue. PnP.Framework is throwing an error and is logging the exception and then throws the exception again and then catched.
In calling code. So its a false positive.