Hi @John Gilbert Alcazar,
Thank you for posting in this community.
The error message "Microsoft.SharePoint.Client.ServerException: List 'Group Information' does not exist at site with URL 'http://vgri/sites/HRM Apage'" indicates that the SharePoint list named "Group Information" does not exist at the specified URL.
Here are a few steps you can take to troubleshoot this problem:
- Verify the List Name: Ensure that the list name “Group Information” is correct. SharePoint is case-sensitive and the name must match exactly, including spaces and special characters.
- Check the URL: Make sure the URL
http://vgri/sites/hrmapage
is correct and accessible. Sometimes, the list might be located in a subsite, and the URL needs to reflect that. - List Existence: Confirm that the list actually exists at the specified site. You can do this by navigating to the site and checking the “Site Contents” page.
- Permissions: Ensure that you have the necessary permissions to access the list. Lack of permissions can also result in this error.
- Internal Name: Sometimes, using the internal name of the list instead of the display name can resolve the issue. You can find the internal name by checking the URL when you hover over the list name in "Site Contents".
- Try to use a different browser or your browser's InPrivate mode to see if the same error occurs.
- Are other users with same permissions facing the same problem? View through another computer or account.
- Restart IIS Server.
If the problem is still wrong, please share a more complete error message with me.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.