Closed FlochonR closed 3 years ago
Hi there,
Just confirming that I've been able to replicate this locally although it isn't a Traefik problem exactly.
The problem is that the plugin makes a request for css/base.css
and that seems to no longer exist as part of Netbox 3.0. Funnily enough, the demo site is currently broken as it requests similar styles! Seems to be fixed now. Weird.
I probably never noticed this as I was always logged in at work so I never hit the login page, hah. I also resigned recently from last job (where we used Netbox) so I haven't really touched any of the new 3.0.x updates.
I'll have a release up in an hour or two that should fix this. The current version of the plugin inherits from one of the Django admin pages. I've updated it to inherit from the Netbox templates so the plugin will no longer explicitly import assets.
Hello !
Yes, I have the same problem with the connection, it's a new user who reported it to me haha
Ok thanks for the speed !
Hey @FlochonR, I've just released v1.1.0 which should hopefully fix the issue for you.
You can install it from PyPI (pip install netbox_plugin_azuread==1.1.0
) or direct from the releases tab.
Please let me know how you get on 🙂 I've run it against an instance of netbox-docker
, with both Traefik and nginx, and it seems to work fine.
Hello @marcus-crane !
Sorry for the late respond, all works now ! Thank you for the speed release ! ;)
Your regards !
No worries, thanks for the update 🙂
Hello,
I'm using Netbox in Docker container with a proxy Traefik above
And I configure the plugin like this
Without the plugin configuration all is ok and I don't have issue. With the plugin when I click on "Log in" I have this message
Can you have an idea where I do a mistake ? It's because I'm using Traefik proxy ?
Thanks !
FlochonR