Problem Description:
I encountered an issue when sending a test payload to my webhook on Vercel. Every time I try to POST to the URL https://app.adrien-murillo.com/api/webhooks/clerk, I receive a response stating that the webhook verification failed or the payload was malformed.
Environment Details:
- Instance: lobe (production)
- Webhook URL: https://app.adrien-murillo.com/api/webhooks/clerk
- Test Payload Used:
{"event": "test","data": {"message": "This is a test"}}
Steps to Reproduce:
- Send a POST request to the mentioned URL with the payload above.
- Observe the response.
Expected Behavior:
I expected to receive confirmation that the webhook was processed correctly.
Additional Information:
I have also tried other payloads, but the results are the same. If anyone has any insights into what might be causing this issue or how to resolve it, I would greatly appreciate it!
istance.