-
I have the hardest time generating sample data for webhooks. i have tried for days to paste a previous runs data into the
generate sample dataand just get the error ùnable to process, try again later. -
ok. i can generate
getdata, just not data forpost
@jtbrazil Welcome to the community
,
From your screenshot, this looks less like a sample-data issue and more like the POST to /api/v1/webhooks/.../test is getting a 403 Forbidden before it reaches Activepieces. Something in front of your hosted instance (Cloudflare, nginx, etc.) may be blocking it.
can you share:
- In DevTools → Network tab, click the failed
/testrequest and screenshot the response headers and response body. - Is
act.easyagentpro.combehind Cloudflare or any WAF/reverse proxy?
That’ll confirm where the 403 is coming from.
