Skip to content
Discussion options

You must be logged in to vote

This error points to a schema mismatch on the demo server, not something you can fix in your browser. NetBox's extras.0144_customfield_status migration adds exactly the extras_customfield.status column named in your traceback. The running application expects it, but the database it queried did not have it.

Because you're using demo.netbox.dev, the migration instructions on the error page are for the demo operator, not for you. They need to check the deployed version's migration state against the database actually used by the web process and complete the upgrade if necessary. Creating a local NetBox installation or changing your account settings won't repair that hosted database.

The contr…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@coffeeman88
Comment options

Answer selected by coffeeman88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants