Problem with plugin installation #12574
-
Hello, I have been using netbox for a few weeks now and had already installed some plugins. Today I tried installing netbox-ddns and netbox-dns plugins but after installing, when i executed Executing the pip list command under virtual environment I can see the mentioned packages installed. Moreover, after doing a service restart, netbox doesn't operate at all and I have the following status:
Please your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Check on your configuration.py for the plugin name definition, it seems like all their names got squashed into a single string rather than being distinct names |
Beta Was this translation helpful? Give feedback.
Check on your configuration.py for the plugin name definition, it seems like all their names got squashed into a single string rather than being distinct names