
Hi @Daniel A Okarma ,
According to my research and testing, When this error "No User or App Context found" appears, you need to make sure that the application has Sites.ReadAll
permissions.
And you can use the following code to search in a specific site:
keywordQuery.QueryText = "sharepoint path:https://tenant.sharepoint.com/sites/test";
Similar issue for reference :
CSOM: Microsoft.SharePoint.Client.ServerException: No User or App Context found
CSOM Search limit to single site
Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
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.