portainer: Does not display logs on latest version

Before you start please confirm the following.

Problem Description

After the update, Portainer no longer displays the logs of the containers.

Tested on version 2.18.4 and it is working fine.

Expected Behavior

view logs

Actual Behavior

nothing displayed

Steps to Reproduce

  1. Go to Portainer, click on the logs of a container, and view the logs.
  2. Testing live with docker logs -f “container name” works perfectly.

Portainer logs or screenshots

Screen 1 work V2.18.4 Screen 2 don’t work V2.19

Portainer version

2.19.0

Portainer Edition

Business Edition (BE/EE) with 5NF / 3NF license

Platform and Version

Docker version 24.0.5, build ced0996

OS and Architecture

Debian 12

Browser

Firefox 117.0

What command did you use to deploy Portainer?

docker run --name portainer-pr -d -p 8000:8000 -p 9000:9000 -p 9443:9443 --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ee:linux-arm64-2.19.0 --http-enabled

Additional Information

No response

About this issue

  • Original URL
  • State: closed
  • Created 10 months ago
  • Reactions: 5
  • Comments: 18 (6 by maintainers)

Most upvoted comments

Yeap it does the trick. Disabling Open AI got me the logs back.

We suspect this might be related to a weird conflict between the log viewer and the OpenAI/ChatGPT integration - if you disable the OpenAI feature, does log viewing work again for you?

confirmed, 3 nodes docker swarm, no logs after upgrade to 2.19 except in full-screen mode

I’m reopening this as this is still a bug, and we’re working on a fix. Keeping it open is helpful for other users that might hit the bug in the meantime while we’re working on the fix.

Same issue here. Logs sometimes show sporadically, but mostly not at all. If I download the logs from the link, they are there but just not showing.