plugins install but not reacheable #19755
Unanswered
PP2025-netbox
asked this question in
Help Wanted!
Replies: 1 comment
-
@PP2025-netbox , thanks for the report. This is really an issue with the plugin tutorial you linked to. I see several issues there about updating the tutorial that have not been finished. I'll see if we can't resolve some of those. In the meantime, I'm going to convert this to a discussion in this repo in the hopes that someone in the community has seen this before. If not, I'll see if I can back to it sometime next week |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Deployment Type
Self-hosted
NetBox Version
v4.3.2
Python Version
3.10
Steps to Reproduce
Hello, I followed this tutorial.
https://github.com/netbox-community/netbox-plugin-tutorial/tree/main/tutorial
During the (test the view) step, my access list is inaccessible. In the admin section, I can see that the plugin is installed, but that's where it stops.
have acces to https://127.0.0.1/core/plugins/netbox_access_lists/
but when i try https://127.0.0.1/core/plugins/access-lists/access-lists/ -> The requested page does not exist.
The tutorial is for version 3.2. I'm using version 4.3.2. I can't say if it's still up to date, but I don't see any errors during my install
init.txt
forms.txt
models.txt
navigation.txt
tables.txt
urls.txt
views.txt
Expected Behavior
N/A
Observed Behavior
N/A
Beta Was this translation helpful? Give feedback.
All reactions