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?