Dokploy / Dokploy/dokploy

No logs in Deployments view and Logs view in Safari

Open
#2,570 5 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

bug workaround
Dominant language
TypeScript
Stars
37.4k
Forks
3k
Avg merge
1d 3h
Merged PRs (30d)
73

Description

To Reproduce

Open web server via Safari.

Current vs. Expected behavior

There are no logs in Deployments view and Logs view in Safari, while in Chrome everything is displayed. For a long time I could not understand what was going on, thinking that something was wrong with the server, until I tried another browser.

Provide environment information
Safari: 26.0
Dokploy: 0.25.1
Which area(s) are affected? (Select all that apply)

Application, Docker Compose

Are you deploying the applications where Dokploy is installed or on a remote server?

Same server where Dokploy is installed

Additional context

wss://dokploy.example.com/docker-container-logs?containerId=select-a-container&tail=100&since=all&search=&runType=native
502 error

wss://dokploy.example.com/listen-deployment?logPath=/etc/dokploy/logs/...
502 error

Will you send a PR to fix it?

No

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue in Safari and inspect the failing WebSocket requests to /docker-container-logs and /listen-deployment, both reported as 502 errors. Trace the handlers for those endpoints and compare their behavior with Chrome; done means deployment and container logs render successfully in Safari without 502 responses.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker-compose, typescript
Domain
backend, frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.