I am experiencing not working Edit Image node feature Add Text (both system or Edit Image+ community node).
When using in automation - run by schedule or webhook trigger - there is no text added on the text, but if I run the workflow manually, the text is added there.
Any ideas about that? Its core of one of my automations
Hey @pyel909 , it doesn’t make much sense to me as there should be no difference between manual and automated execution.
It could help if you could be more specific about the error or the outcome, perhaps even share your workflow. I could only think of one reason - the node does not get executed due to failed references to the previous node properties when you engage automatic item linking.
Yeah, that’s the thing - I don’t understand why, when the automation runs via webhook (or let’s say “on its own” - without my intervention), it doesn’t generate the text on the image. But when I run it manually, it works. It doesn’t make any sense to me either.
I can’t embed the workflow since I’m using a self-hosted solution, but let me show you a video I recorded to demonstrate it.
UPDATE: The problem is that I am binding extra font in the docker-compose setup only to the main instance, not for the workers containers. I thought that if you need extra folder bind, is enough apply it to the main instance - because it was working in run by the manual execution (which of course runs only over main instance), but I thought this setup will be inherited also for the workers. But I was wrong.