docs <class 'AttributeError'> NetBox 3.7.4 #15472
Unanswered
gitwpia
asked this question in
Help Wanted!
Replies: 1 comment 1 reply
-
Are you talking to the development server directly, instead of running a front-end proxy like Apache or Nginx? If so, that's almost certainly the problem: the development server doesn't have good support for static files (such as mapping a directory to index.html). Running with (I don't know where In any case, the solution is to deploy Netbox for production. You can see how it works properly on the demo site: https://demo.netbox.dev/static/docs/ |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello
I have prolem with Docs (netbox work OK)
When I click Docs on Dashboard - myIP:8000/static/docs/ I see the error:
When I add index.html (myip:8000/static/docs/index.html) it's work OK
but when I click something from left menu there is the same error and I must add index.html (myIP:8000/static/docs/installation/index.html)
How to repair it?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions