-
NetBox v 3.0.4 upgraded from 2.11.6 Failed to load API definition. Errors Fetch errorInternal Server Error http://mydomain.com/api/docs/?format=openapi |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
The same issue after upgrade from 2.11.11 to 3.0.4. |
Beta Was this translation helpful? Give feedback.
-
Something went wrong in your upgrade, but without more details I can't tell what it is. There are two places you should look for error messages:
The other thing you should do is to set |
Beta Was this translation helpful? Give feedback.
-
Thank you all! update to 3.0.6 hepls |
Beta Was this translation helpful? Give feedback.
-
Confirmed. After upgrade to v.3.0.6 /api/docs/ works. |
Beta Was this translation helpful? Give feedback.
Something went wrong in your upgrade, but without more details I can't tell what it is. There are two places you should look for error messages:
journalctl -eu netbox
The other thing you should do is to set
ADMINS
andEMAIL
in configuration.py (and restart netbox). Then if an exception occurs server-side, you should get a full backtrace mailed to you. Paste it here and we should be able to help …