No votes yet
Two related breakages after updating to 2.32.2:
Cannot save/change the GitHub token.
In Settings → Server → GitHub, pasting a valid PAT and clicking Save hangs
forever — the Save button spins and never completes. The token is valid
(verified with git ls-remote: it clones the private repo fine).
Cannot deploy from GitHub. GitHub-source deploys fail with: "Cannot find public repository and your Github token is invalid" (because #1 won't let us save a working token, the stale one keeps being used).
Fix that worked: downgrading the easypanel service to 2.32.1 docker service update --image easypanel/easypanel:2.32.1 easypanel Both issues disappear immediately — the token saves and deploys work again. Reproduced on TWO separate instances (Docker Swarm).
Likely caused by a 2.32.2 change ("security hardening around project access checks" / "improved validation").
Steps to reproduce:
repo)
→ click Save → hangs, never saves.Env: Easypanel 2.32.2, Docker Swarm, private GitHub repo.
Estou enfrentando esse mesmo problema, já fiz o downgrade de versão do easypanel e não funciona mesmo assim