> ## Documentation Index
> Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# UE Plugin - Existing .diversion config

> "Plugin initiazation failed due to existing .diversion config in this project path"

If you're trying to initialize a Diversion repository in your Unreal Engine project, but you previously had a Diversion workspace in the same folder, you'll see following error:

<img src="https://mintcdn.com/diversion-2/zdFp0wmCrPve5JMp/images/plugin-issue-config-exists-error-popup.png?fit=max&auto=format&n=zdFp0wmCrPve5JMp&q=85&s=b8c9ee65bd70777276714f2da548a63f" alt="Config exists in path popup error" width="360" height="108" data-path="images/plugin-issue-config-exists-error-popup.png" />

This error means that our agent recognizes a `.diversion` folder in your project path, but does not recognize a corresponding repository in our servers. There are 2 possible causes for this:

1. Your project is stored in a detachable drive. This means that you expect the repo to exist. In this case, you should try to reattach the workspace through the button in the desktop app.
2. You deleted the remote repo but not the local `.diversion` folder. This means that you expect the repo to not exist. In this case, you should delete the `.diversion` folder and try again.

You can always [reach out to us in Discord](https://discord.com/invite/HDAGJvgkuT) for any further assistance.
