-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
To Reproduce
The steps below are in the order of what I did on my VPS where Dokploy is running. I have not tried to reproduce it on another machine.
- Install Dokploy on a VPS.
- Create a project and deploy 18 services over two environments.
- Activate requests from Dokploy UI and reload Traefik.
A few days later... - Create a new project and add a single service (API).
- See that the requests tab shows the requests made to the first project, but not to the new one.
Current vs. Expected behavior
I expected to see the requests made to the new service/project to appear in the request tab.
Provide environment information
Operating System:
OS: Ubuntu 25.10
Arch: x86_64
Dokploy version: v0.26.2
VPS Provider: OVH
Applications and services: Both projects belong to the same organization.
1. Project 1 is a collection of 18 services (9 in a production env and the same 9 services in a staging env). 3 services by env are explosed on a Dokploy managed domain. 1 NextJs app deployed from a custom Dockerfile, 1 n8n frontend deployed from the official docker image, and 1 API (FastAPI) deployed from a custom Dockerfile. I can accurately see requests made to this project in the requests tab. All is fine.
2. Project 2 is a small Actix (Rust) API behind a Dokploy managed domain. All calls to this API work as expected, but no logs appear in the requests tab.Which area(s) are affected? (Select all that apply)
Traefik
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
I have tried to :
- check for inconsistencies in the Traefik config files but everything seem to be the same between the project that works and the one that doesn't work.
- add some logs in the API service to make absolutely certain that requests were reaching it.
- Reload Traefik and Web Server
- Reboot the VPS
I suspect this is a traefik misconfiguration by Dokploy (or a traefik bug) because when I cat /etc/dokploy/traefik/dynamic/access.log, I cannot see the requests I make to this service. But I wasn't able to see what was wrong in the traefik files folder.
Will you send a PR to fix it?
Maybe, need help