Why do i keep getting this popup every time i save my project?

This direcetory doesnt even exists yet i still get the pop-up everytime i save or load a project

Hi @lr101,
UiPath Studio still has a reference to an old or deleted path saved in its settings or recent projects. Clear the Recent Projects list, then go to Studio Settings and reset to default. Also check Project Settings and Windows environment variables for any hardcoded paths. Restart Studio after clearing, the popup should stop.

I cleared the recent project list then studio settings and reset to default.
How do i **check Project Settings and Windows environment variables for any hardcoded paths.

@lr101

are you connected to GIT?

if so can you try to reclone by deleting the .git or for safety try to reclone it to a different folder and check if issue persists

cheers

i use a git repo but its not connected to UiPath

1 Like

@lr101

So is there no source control?

if so can you try to remove the packages folder from c:\users\username.nuget folder and then move the project to a different location (not onto any shared location but a local location) and then try to reopen the project

cheers

Open any project and go to Project Settings, check if any custom folder paths are set and reset them to default. Then open sysdm.cpl → Advanced → Environment Variables and check User and System variables for any values pointing to a non-existing path. Fix or remove those entries and restart Studio.

Hii @lr101

On every save, studio checks Git Status. Even if you are not actively using source contrl in studio the presence of .git folder triggers this scan.

Move the project to a short local path then Delete the .git folder or reclone the repo
avoid deeply nested directories or shared paths

Restart studio after moving the project.