Solution

meowOwner

Yes, spin up a tunnel with something like ngrok or cloudflared pointed at your local dev server, then register the tunnel URL as the webhook endpoint temporarily. Just remember to swap it back before it expires.

8 replies

meowOwner
✓ Solution

Yes, spin up a tunnel with something like ngrok or cloudflared pointed at your local dev server, then register the tunnel URL as the webhook endpoint temporarily. Just remember to swap it back before it expires.

Upvote5

cloudflared worked well for us too, similar setup to the ngrok mention above.

Upvote1

Just a reminder to swap the webhook URL back to your real endpoint once testing is done, a stale tunnel URL will start silently failing once the tunnel closes.

Upvote2

Appreciate the reminder about swapping the URL back, almost forgot on my first try.

Upvote1

For anyone testing frequently, a dedicated persistent tunnel subdomain is worth setting up once rather than spinning up a new one each time.

Upvote2

Sign in to reply to this question.

Powered by Forumcat