Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant access portainer #42

Open
daveftw84 opened this issue Feb 14, 2023 · 4 comments
Open

cant access portainer #42

daveftw84 opened this issue Feb 14, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@daveftw84
Copy link

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

@daveftw84 daveftw84 added the bug Something isn't working label Feb 14, 2023
@daveftw84
Copy link
Author

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
Copy link
Author

portainer/portainer#8455

@byertsy
Copy link

byertsy commented Feb 14, 2023

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

@DillonsFlix
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants