networktocode / ntc-netbox-plugin-onboarding

A plugin for NetBox to easily onboard new devices.
Other
245 stars 46 forks source link

Once installed Ntc Onboarding2, getting bad gateway 502 error #111

Closed nanisyako closed 3 years ago

nanisyako commented 3 years ago

Environment

Steps to Reproduce

  1. installed netbox 2 with pip
  2. enabled it in configuration.py and restarted netbox and netbox-rq 3.run migrate.py then restart netbox and netbox-rq since were not able to see onboarding plugin tab.

Expected Behavior

To see onboarding plugin tab in the main page

Observed Behavior

502 badgateway

dgarros commented 3 years ago

@nanisyako if you're getting a 502 badgateway error it means the netbox service is not starting correctly so there must be some logs available that will provide some information.

Please can you provide the logs form the netbox and netbox-rq services ? and also provide the part of your configuration.py file related to plugins ? (PLUGINS & PLUGINS_CONFIG)

thanks

nanisyako commented 3 years ago

The issue was I insatelled ntc-onbarding with pip but it seems I had to run the pip from venv.