Docker and traefikv2 getting unauthorized 401

Have recently installed plex in my docker svarm setup, the setup is based on “Why use Docker Swarm? |・∀・” the issue i have right now is that when i go to:

https://plex.mydomain.com it first shows “401 Unauthorized” and then shows the splashscreen. but nothing else happens. I believe this have to do with claiming of the media server, but since i have tested with both adding the claim in an enviroment file:

PLEX_CLAIM=claim-XDk_xxxx
ADVERTISE_IP=“https://plex:32400” //Have also tested https://plex.mydomain.com:32400 and https://plex.mydomain.com

But nothing seems to work, i also tried using curl inside the docker container like this:
curl -X POST http://127.0.0.1:32400/myplex/claim?token=XXXXX

Any ideas?

BR
Mike

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.