-
NetBox versionv3.0.11 Python version3.8.8 Steps to Reproduce
Expected BehaviorI should be able to create the new Site under TEST Region. Observed BehaviorI destroyed my vm and reran the steps above but with v2.11.12 instead, I have no issue creating my first region and creating my first site under said region. Any input is much appreciated! EDIT: updated this post, hopefully it's better now Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Converted to a discussion from #7836 |
Beta Was this translation helpful? Give feedback.
-
@DanSheps thank you for doing that. |
Beta Was this translation helpful? Give feedback.
-
Im open to any suggestions/thoughts. |
Beta Was this translation helpful? Give feedback.
-
What do you see when you click on Organization > Regions ( When you try to add a new site ( I am wondering whether you have a problem with AJAX in general. Try opening your browser's developer tools, then refresh the page (still on |
Beta Was this translation helpful? Give feedback.
What do you see when you click on Organization > Regions (
/dcim/regions/
) ? Is your TEST region shown?When you try to add a new site (
/dcim/sites/add/
), what exactly happens when you click on the Region field? Can you show a screenshot of the dropdown after you click on the field but before you start typing anything?I am wondering whether you have a problem with AJAX in general. Try opening your browser's developer tools, then refresh the page (still on
/dcim/sites/add/
), and click on the Region field. Is any error show in the javascript console?