Hi all!
We are trying to deploy n8n via a dockerfile. Afterwards we call:
npx n8n import:workflow --input=/test.json
npx n8n update:workflow --all --active=true
Import and activation are successful. But afterwards the CRON job of the imported workflow doesn’t function as it should. (Every minute we execute an http call.)
Any ideas, why the routine of the CRON element isn’t working?
Many thanks in advance! If more files are needed, we will gladely upload any
Best regards
Pepe