[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Clerk webhooks fail with a 404 error 152 views · 1 like · 2 posts Sjahlstrom1 (@sjahlstrom1) · 2024-08-25 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? Amy Egan (@amyegan) · 2024-08-26 · ♥ 1 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](https://vercel.com/integrations/clerk) 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: https://community.vercel.com/t/debugging-404-errors/437