Replicate Webhook
has anyone ran into an issue with Replicate webhook setup. seems that having
dev: in the url trigger a validation error in Replicate. Remove dev: fixed the error, but in that case the action handling the webhook will fire on both dev and prod, right?3 Replies
I haven't used Replicate webhooks, is this accepting a webhook in a Convex http.ts file?
You have two separate URLs for dev and prod, and the URLs do not contain "dev:". Webhook URLs should look like
https://happy-otter-123.convex.site/whatever-path-you-want
Or are you talking about a Replicate URL you make requests to?oh in that case my bad. I thought it was the same url with
dev: and prod: as differenciators, in that case all good no worries :), thanks a gain @Tom
https://replicate.com/docs/webhooksNote that this url ends in
.site instead of .cloud!