cant access portainer #7

Open
opened 2026-01-19 18:31:05 +00:00 by michael · 4 comments
Owner

Originally created by @daveftw84 on GitHub.

i guess portainer needs https now and trafeix checks http to see if site works but not https

Originally created by @daveftw84 on GitHub. i guess portainer needs https now and trafeix checks http to see if site works but not https
michael added the bug label 2026-01-19 18:31:05 +00:00
Author
Owner

@DillonsFlix commented on GitHub:

I did this and all works until I redeploy Traefik. Once I do that it revers to the cd:alpine version. Any idea how I can stop it from reverting?

@DillonsFlix commented on GitHub: I did this and all works until I redeploy Traefik. Once I do that it revers to the cd:alpine version. Any idea how I can stop it from reverting?
Author
Owner

@byertsy commented on GitHub:

For now, the workaround (thanks to @MrFret) is to downgrade to a lower version of Portainer that is known to work:

Revert portainer in PG/PTS:
sudo mkdir /opt/temp && sudo cp /opt/coreapps/apps/portainer.yml /opt/temp/
sudo nano /opt/temp/portainer.yml

change
portainer/portainer-ce:alpine

to
portainer/portainer-ce:2.16.2

then run:
sudo ansible-playbook /opt/temp/portainer.yml

@byertsy commented on GitHub: For now, the workaround (thanks to @MrFret) is to downgrade to a lower version of Portainer that is known to work: Revert portainer in PG/PTS: `sudo mkdir /opt/temp && sudo cp /opt/coreapps/apps/portainer.yml /opt/temp/` `sudo nano /opt/temp/portainer.yml` change `portainer/portainer-ce:alpine` to `portainer/portainer-ce:2.16.2` then run: `sudo ansible-playbook /opt/temp/portainer.yml`
Author
Owner

@daveftw84 commented on GitHub:

FTL github.com/portainer/portainer/api/cmd/portainer/main.go:730 > failed initializing upgrade service | error="failed to determine container platform: failed to retrieve docker info: Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40" stack_trace=[{"func":"NewService","line":"55","source":"upgrade.go"},{"func":"buildServer","line":"728","source":"main.go"},{"func":"main","line":"801","source":"main.go"},{"func":"main","line":"250","source":"proc.go"},{"func":"goexit","line":"1594","source":"asm_amd64.s"}]

@daveftw84 commented on GitHub: FTL github.com/portainer/portainer/api/cmd/portainer/main.go:730 > failed initializing upgrade service | error="failed to determine container platform: failed to retrieve docker info: Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40" stack_trace=[{"func":"NewService","line":"55","source":"upgrade.go"},{"func":"buildServer","line":"728","source":"main.go"},{"func":"main","line":"801","source":"main.go"},{"func":"main","line":"250","source":"proc.go"},{"func":"goexit","line":"1594","source":"asm_amd64.s"}]
Author
Owner

@daveftw84 commented on GitHub:

https://github.com/portainer/portainer/issues/8455

@daveftw84 commented on GitHub: https://github.com/portainer/portainer/issues/8455
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MHA-Team/PTS-Team#7