Forum Discussion
warrenbarton9
Dec 06, 2024Copper Contributor
SPO "Item not found"
Greetings! Our partner has a SPO modern team site. There is a document library with Document content type, which has an SPFx custom form. The documents are uploaded to the library in bulk, then they...
michalkornet
Dec 18, 2024Steel Contributor
thanks to you, I made a really interesting observation.
I noticed that you have a link to a specific page on the /sites/xxx/SitePages/EditForm.aspx
The ID parameter now points to the ID of the site page that should be rendered. Regardless of the URL, changing the ID number will display a different page. Check this example ->
Id 2
Id 3
In your case, there simply isn’t a page with the ID 4190. Let me know if that was also the case for you.