Welcome!
What did you do?
Deployed Evolution API via Docker Compose (self-hosted) and opened the Manager UI at /manager in a browser.
What did you expect?
What did you expect?
The Evolution API logo to render in the top-left header of the Manager UI.
What did you observe instead of what you expected?
No logo is displayed — just broken alt text ("Logo"). Inspecting the DOM shows the
element points to a hardcoded external URL:

Opening this URL directly in the browser returns a plain not found response, confirming the asset itself is missing/removed from the external host, rather than a local network/CORS issue.
Screenshots/Videos
DevTools showing the broken
pointing to the dead URL
Direct navigation to the URL showing not found
Which version of the API are you using?
2.3.7
What is your environment?
Docker
Other environment specifications
Evolution API version: v2.3.0 (also occurs on latest tag — please update if the image differs)
Deployment: Docker Compose, self-hosted
Database: PostgreSQL
Browser: Chrome (desktop)
If applicable, paste the log output
No response
Additional Notes
No response
Welcome!
What did you do?
Deployed Evolution API via Docker Compose (self-hosted) and opened the Manager UI at /manager in a browser.
What did you expect?
What did you expect?
The Evolution API logo to render in the top-left header of the Manager UI.
What did you observe instead of what you expected?
No logo is displayed — just broken alt text ("Logo"). Inspecting the DOM shows the
element points to a hardcoded external URL:
Opening this URL directly in the browser returns a plain not found response, confirming the asset itself is missing/removed from the external host, rather than a local network/CORS issue.
Screenshots/Videos
DevTools showing the broken
pointing to the dead URL
Direct navigation to the URL showing not found
Which version of the API are you using?
2.3.7
What is your environment?
Docker
Other environment specifications
Evolution API version: v2.3.0 (also occurs on latest tag — please update if the image differs)
Deployment: Docker Compose, self-hosted
Database: PostgreSQL
Browser: Chrome (desktop)
If applicable, paste the log output
No response
Additional Notes
No response