SKYHOUSE.dev Journal

Maintaining the Cloud Fortress

Portainer upgraded to 2.42.0; new stacks invisible in Containers list (cosmetic)

Why: After the May 27 Portainer container recreation pulled in portainer-ee:latest (which was 2.39.2), the Stacks-create UI started throwing instant "Network Error" toasts and any newly created stack's container was invisible from the global Containers page (visible only by drilling into the stack itself). Upgrading to 2.42.0 to see if a year of fixes would clear it.

Short version: we upgraded to 2.42.0 LTS→STS, the deploys still throw the phantom error and the new containers still don't appear in the global Containers list view. But the symptom is purely cosmetic — backend works correctly, containers run healthy, the per-stack detail view shows them. Documenting the state and the workaround so we don't go down this rabbit hole again.

1. Symptoms (still present on 2.42.0)

2. What we ruled out

3. Working workarounds

4. Upgrade details

5. New services deployed during the debug session

All three were deployed via the API and respond with HTTP 200 on their UI ports.

6. Lessons

End state: Portainer 2.42.0 pinned, all three new services running, NPM proxy serving long-running deploys without truncation, and the known-cosmetic UI quirk documented so future-me doesn't go chasing it again.

← Back to Admin Hub