I am on the core plan and have set up a webhook to catch an HTTP call from my react application.
Everything is working well until I try to upload a file that is larger than 10MB. This should be possible according to the documentation.
The webhook does not respond and I get a “net::ERR_FAILED 520”.
What might be the issue?