Clerk webhooks fail with a 404 error

I’m having an issue that I haven’t been able to solve.

I’m using Clerk.com as an authenticator with webhooks.

My app is deployed on Vercel under the hobby plan.

My database is located at neon.tech

When I add a user via the Vercel deployment the clerk webhooks always fail with a 404 error.

When I run my app locally using ngrok, it always succeeds.

Do I need to upgrade my vercel account to the Pro plan to get this working?

A pro plan shouldn’t make any difference here. The problem could be a typo in the environment variables. Or maybe another configuration issue. There’s a Clerk integration that might make it easier to connect.

I also have a post about common causes of 404 issues that can help you figure out what’s causing the error: Debugging 404 Errors

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.