Webhook sending POST only on succeeded status
Closed this issue · 0 comments
monniverse commented
Hello, am i not doing something right or Replicate is not sending the intermediate statuses ?
I am using NextJS app and replicate.predictions.create with webhook_events_filter: ['output'] for the test, i have tried with all the different variations of the filter and i am only receiving POST to my webhook on a succeeded event.
I have tried it via ngrok to be sure that my web services are not blocking any traffic but no results so far.
Thanks !