In general, stripe webhook works for me, however I am wondering why it gives me the error about passing rawBody or buffer to await stripe.webhooks.constructEventAsync
I followed Web dev cody tutorial. We both used request.text() as a payload to stripe.webhooks.constructEventAsync
But this is what I get from convex console (screenshots)
Any ideas, should I worry about it or should I leave it as it is?