You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin was exactly what we were looking for as far as addional functionality for paths and impact analysis. Would love getting it to work.
Looks like at the moment, the UI doesn't seem to respond at all when trying to lock or unlock or add devices. Anywhere I can start looking to troubleshoot this? The plugin is installed and running, just a matter of the UI not functioning. I'm running netbox in a docker container from this project: https://github.com/netbox-community/netbox-docker so I'm thinking it may have to do with npm and javascript in some manner.
The user in Netbox also has an API key.
The text was updated successfully, but these errors were encountered:
Create API Key
After that it should work but I've not personally used path with docker.
As path has its own GUI that does a lot of the work inside the browser in js.
For troubleshooting I'd start with a web inspector. At a bare minimum you should see the assets being loaded and have no console errors.
For the unlock event specifically there is an event listener in index.js that is triggered when you click Unlock, so adding a break point inside this and trying to unlock should tell you if the event is being called correctly.
This plugin was exactly what we were looking for as far as addional functionality for paths and impact analysis. Would love getting it to work.
Looks like at the moment, the UI doesn't seem to respond at all when trying to lock or unlock or add devices. Anywhere I can start looking to troubleshoot this? The plugin is installed and running, just a matter of the UI not functioning. I'm running netbox in a docker container from this project: https://github.com/netbox-community/netbox-docker so I'm thinking it may have to do with npm and javascript in some manner.
The user in Netbox also has an API key.
The text was updated successfully, but these errors were encountered: