Hello community !
Reaching for your help or any knowledge relating my issue.
I am using n8n self hosted on an hostinger server (plug and play setup).
Using n8n 1.94.1.
Server spec :
4 core
Ram 16GB
200 GB
Ubuntu 24.04 with n8n
→ I build a workflow that is triggered by an AI app I built with cursor. To give you a quick idea of what it does :
It’s an app to bulk upload creative to Meta Ad account. The n8n workflow retrieve a gsheet list of google drive files. Analyze them name each file (1 file = 1 ad) build a description and title for the ad.
Then put the data back in the gsheet and finally it’s gets uploaded to meta (not using n8n, using my app).
The issue is that sometimes the run doesn’t work → but it doesn’t fail, it keep running and I cannot see the run to understand where is the issue :
I have to cancel them. The workflow :
Nodes used : Gemini for video analysis, OpenAI, Apify for Ad library scraping
My question to you is :
- is this a server issue (not enough power ?)
- is it a workflow issue
- Mix of both
Something else I didn’t notice ?
Please feel free to ask anything. When since is fixed I’d make sure to release it for anyone who want it of course, feel free to reach if you want it .