-
Notifications
You must be signed in to change notification settings - Fork 55
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
Comments
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"}] |
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: change to then run: |
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? |
i guess portainer needs https now and trafeix checks http to see if site works but not https
The text was updated successfully, but these errors were encountered: