Hi everyone,
I’ve recently switched to a new computer and I’m trying to continue developing my app in Viktor. I’ve done the following steps so far:
- Installed Viktor on the new machine.
- Cloned my existing app repository into the
viktor-app
folder. - Ran
viktor-cli install
, which completed successfully. - Ran
viktor-cli start
, but I get the following warning:
WARNING:
Could not find app `rodpattern-app` as one of your maintained apps.
The development environment seems properly installed, but I can’t access the development mode due to this warning. The app was working fine on my old computer.
Does anyone know how to resolve this or re-link my local app to my Viktor account?
Thanks in advance for your help!