Orchestrator package not found

Hi
We are getting an exception in Orchestrator stated that the package associated with the process could not be found anymore.
Does anyone know if it would be possible to check what all packages are associated with a Tenant through Orchestrator DB? If so, in which table would it be found.

Check for the Nuget.Packages.Path in web.config and manually copy all your packages in the path \NuGetPackages\Tenants\Default

Packages should be inside Default folder. It will automatically create sub-folders for all the packages.

Hi Madhavi. I am having this exact same issue and I am trying to resolve it by following your guide, but could you be more specific? Where do I find the web.config? And where do I find the NuGetPackages?