-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server Error when trying to access branches on netbox-docker #183
Comments
Please see this discussion - additional tweaks are required for netbox-docker netbox-community/netbox-docker#1316 |
Thank you for pointing me to the discussion in #1316. I’ve reviewed it thoroughly, but there don’t appear to be any additional tweaks there that I hadn’t already implemented. I’ve followed the guide, and the containers are running without issues. I’m also able to create branches in the GUI, and right after creating a branch, I can perform actions like activating, deactivating, merging, or deleting it. However, once I navigate away, I lose access to the branch-specific pages because the Branches page ( The error indicates that something on the main Branches page is attempting to query a nonexistent field ( Let me know if there are further debugging steps or adjustments I should try. |
as an update on this I've been using branching in docker this evening without issue - so I've been unable to replicate this. Dockerfile-Plugins
docker-compose.override.yml
|
Plugin Version
0.5.2
NetBox Version
4.1.6
Python Version
3.12.3
Steps to Reproduce
Install a fresh netbox-docker instance following this guide, and add the netboxlabs-netbox-branching plugin.
Expected Behavior
To see the branches and be able to switch between them on the branches page.
Observed Behavior
The branches plugin appears correct in the GUI,
but I get a server error when I try accessing the Branches page.
The text was updated successfully, but these errors were encountered: