I recently integrated Lemon Squeezy into my Laravel app. I followed all the instructions provided in the documentation, and my webhooks are successfully being registered and sent to Lemon Squeezy. According to the documentation, webhooks should update the database automatically. However, I am encountering a 404 error on post requests. Despite this, when I check my Lemon Squeezy account, I can see the records, but they are not reflected in my local database.
@Snapey , I get that error from expose, so at any point a make payment, see the logs down in my console rendered by expose .because from what i read, the webhook should do really a lot behind the scene ,update the customer tables accordingly as well.