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
copy the contents of Dockerfile-Plugins from the top link.
add "netbox_branching" to the plugin list in config/plugins.py
docker-compose build --no-cache
docker-compose up -d
access the web interface
click Branching > Branches
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.
Server Error
There was a problem with your request. Please contact an administrator.
The complete exception is provided below:
<class 'django.core.exceptions.FieldError'>
Cannot resolve keyword 'is_active' into field. Choices are: applied_changes, bookmarks, changediff, comments, conflicts, created, custom_field_data, description, events, id, jobs, journal_entries, last_sync, last_updated, merged_by, merged_by_id, merged_time, name, owner, owner_id, schema_id, status, subscriptions, tagged_items, tags
Python version: 3.12.3
NetBox version: 4.1.6
Plugins:
netbox_branching: 0.5.2
If further assistance is required, please post to the [NetBox discussion forum](https://github.com/netbox-community/netbox/discussions) on GitHub.
The text was updated successfully, but these errors were encountered:
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 (Branching > Branches) fails to load and displays a server error.
The error indicates that something on the main Branches page is attempting to query a nonexistent field (is_active). I assume this field should have been set up by the plugin at some point, but for some reason, it hasn’t been created in my instance.
Let me know if there are further debugging steps or adjustments I should try.
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: