Forge CustomUI app installation issue

I uninstalled my forge customUI app and also deleted it from the developer console. Then on trying to deploy the app again from the forge CLI, it is giving me an error →

Error: Your app could not be found. Make sure the app details in the manifest.yml file are correct before trying again.

Kindly assist me on how I can deploy and run my forge app again.

@TejasviGarg,

If you deleted the app from your dev console, then your manifest.yml now has a “dangling reference” in the app.id. To fix that you’ll need to run forge register. This is the same command you would run if you clone a sample Forge repo, or any Forge project that you don’t own, or aren’t added as a contributor.

Thanks @ibuchanan