Forum Discussion
Unable to update from Source Control
I set up Git integration with my Azure DevOps repository some time ago, and it was working perfectly fine. From this morning, when making updates from Source Control, the update does not process and a blank white box appears in the middle of the screen.
Is this a known bug?
Hi, the team is looking into this issue,
it looks that there is some error with the item you see in the source control pane. if you can remove it and try again it might be resolve the issue.
4 Replies
- rohit1991Super User
Hi davidkh
This looks like a known issue with Fabric’s Git integration when using Azure DevOps. The blank white box has been reported by others too, so you’re not the only one seeing it. In many cases it turns out to be a temporary glitch, and simple steps like signing out/in or clearing the browser cache can sometimes fix it. If that doesn’t help, the best option is to raise a support ticket so the product team can check your case, as they are already tracking similar reports. It isn’t a setup mistake on your side, just something being looked into.
- Shahid12523Community Champion
Sign out and back in to refresh your session.
Clear browser/app cache or try incognito mode.
Check DevTools console for script errors (F12 → Console).
Reauthorize Git in workspace settings — your PAT might’ve expired.
Switch branches briefly to reset sync state.
If stuck, manually pull from Git to check for conflicts. - yaronprigalMicrosoft Employee
Hi, the team is looking into this issue,
it looks that there is some error with the item you see in the source control pane. if you can remove it and try again it might be resolve the issue.
- davidkhNew Member
Disconnecting the ws and reconnecting to git repository seems to fixed it in the short term.