Easypanel LogoEasypanel LogoSupportReset licenseFeedbackChangelog
Voters

No votes yet

v2.32.2: Saving GitHub token hangs (Server → GitHub); v2.32.1 works

Bug Reports
JJesús Cruz
•7/17/2026
Open

Two related breakages after updating to 2.32.2:

  1. 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).

  2. 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:

  1. On 2.32.2 → Settings → Server → GitHub → paste a valid classic PAT (scope repo) → click Save → hangs, never saves.
  2. Try to deploy a service from a private GitHub repo → fails with the error above.

Env: Easypanel 2.32.2, Docker Swarm, private GitHub repo.

1 comment

Comments

H
hervesson porto7/24/2026

Estou enfrentando esse mesmo problema, já fiz o downgrade de versão do easypanel e não funciona mesmo assim