A family of Microsoft on-premises document management and storage systems.
Hi @Micke Lindholm
Thank you for posting your question in the Microsoft Q&A forum.
When the OneDrive sync client fails to mount a SharePoint Server (on‑prem) library, you may see the error “Sorry, OneDrive can’t add your folder right now.”. This often occurs before the library mount point is created, which explains why you may see a Business2 registry hive but no corresponding mount points or Explorer folder.
1. Check the OneDrive client logs
The OneDrive client writes detailed logs here:
-%localappdata%\Microsoft\OneDrive\logs\Business1
-%localappdata%\Microsoft\OneDrive\logs\Business2
-%localappdata%\Microsoft\OneDrive\logs\Personal
Key files to review:
-SyncDiagnostics.log
-ClientTelemetry*.log
-ODOpenFolder*.log
A quick way to collect everything is: %localappdata%\Microsoft\OneDrive\OneDrive.exe /getlogs. This generates a zip with all logs on the desktop.
Search inside the logs for keywords such as:
-AddMount
-MountPoint
-Tenant
-SPSE
-FrontDoor
2.Verify the SharePoint on-prem URL format
The registry key must contain the base web application URL, not a site collection.
Example:
-Correct: HKLM\Software\Policies\Microsoft\OneDrive\SharePointOnPremFrontDoorUrl = https://portal.contoso.com
-Incorrect: https://portal.contoso.com/sites/hr
If the value does not match the root web application URL used to access SharePoint (including protocol, host header, and port), the OneDrive client may fail to create the mount.
Reference: Configure syncing with the new OneDrive sync app - SharePoint Server | Microsoft Learn.
3.Library-level restrictions
The OneDrive sync engine enforces the same rules for SharePoint Server as it does for SharePoint Online. Settings such as Require Check Out, required columns, Draft Item Security, or Content Approval can cause this error and prevent the folder from being mounted.
Reference: OneDrive sync error Sorry, OneDrive can’t add your folder right now - SharePoint | Microsoft Learn.
4.Credential Manager conflicts
-In hybrid environments, stale credentials can sometimes interfere with the mount phase.
-You can check Control Panel > Credential Manager > Windows Credentials and remove outdated OneDrive or old SharePoint URL entries.
-After removing them, restart the OneDrive client and try the sync again.
I hope this helps.
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.