Hi all. Recently my workflows that use the box file upIoad trigger wont save or update unless I replace the trigger with something else. It times out when saving. This worked fine last week, but no longer works. No changes were made to the workflow on my end. Any idea what is going on? We are on the latest version of N8N self hosted.
Hi @m_samps,
assuming it was working before,
I’d suggest comparing the n8n version of the working workflow with the latest version and checking the changelog.
There may be some changes that require your attention.
I dont see anything in the release notes about changes with Box. I even just tried creating a fresh workflow with a box trigger only and activating that fails as well.
When it errors out in attempting to activate I get this
Problem activating workflow
The following error occurred on workflow activation:
The service is receiving too many requests from you
One potential solution is to add a delay between actions or optimize API calls to prevent hitting rate limits. Simplifying the workflow or adjusting triggers might also help.
We would hit the limit on trying to activate any workflow that had a box trigger.
I have now worked around the issue by using a webhook instead of a box trigger.
Good to hear that
Good luck bud
I am having the same issue. Have you been able to resolve this using the BOX trigger?
No. It is still working with normal http nodes and setting up webhooks in Box to post to these nodes.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.