I'm busy working on developing some plugins and apps, and when i am running c8y server locally and i try to enter Administration, i keep getting the following error:
Error: Module administration/tfasettings not found
Any ideas?
I'm busy working on developing some plugins and apps, and when i am running c8y server locally and i try to enter Administration, i keep getting the following error:
Error: Module administration/tfasettings not found
Any ideas?
We have already fixed the issue for versions >= 9.1.0. Please try to install version 9.1.0 (or higher) with c8y install
command. If administration/tfasettings
is still missing use npm cache clean --force
and then once again try to install version 9.1.0 (or higher) with c8y install
command.
Best regards
Dawid