Cloudways icons missing

Hey all,

Background: I’ve been using n8n on my laptop to create workflows, and everything worked great. Recently, I decided to move to a hosted solution and set it up on Cloudways.

Main Issue: The application works, but the icons for most nodes are missing in the interface. I’ve searched through similar topics in the forum but haven’t found a solution yet.

Secondary Issue: There’s also another problem with webhooks: When a webhook receives data, the workflow executes correctly, but the UI gets stuck showing “listening” status. The only way to fix this is to reload the page.

Has anyone encountered similar issues or knows how to fix these problems?

  • n8n version: 1.65.2
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: Apache server

Welcome to the community @Joris !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


It sounds to me that there is some sort of communication problem between the hosted instance and the browser you open the app in. Do you see anything fishy in the Developer Tool Console?

No not necessarily. The image src’s point to the wrong path. I also don’t have a very special setup or something the only thing that may cause this in my opinion is the redirection of localhost:5678 to mydomain.com