You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for a package I'm enjoying sinking my teeth into.
I forgot to rerun my migrations so the web calls database was AWOL. What I got was an "Invalid Signature" error, so I naturally spent a while debugging the signature config and secret. It was not until I commented out the throw WebhookFailed::invalidSignature(); in WebhookProcessor.php that I got a missing table error, which obviously had nothing to do with the signature being invalid. Once I ran my migrations my signature was fine and all worked as intended.
Might be worth differentiating signature errors from other errors?
The text was updated successfully, but these errors were encountered:
Thanks for a package I'm enjoying sinking my teeth into.
I forgot to rerun my migrations so the web calls database was AWOL. What I got was an "Invalid Signature" error, so I naturally spent a while debugging the signature config and secret. It was not until I commented out the
throw WebhookFailed::invalidSignature();
inWebhookProcessor.php
that I got a missing table error, which obviously had nothing to do with the signature being invalid. Once I ran my migrations my signature was fine and all worked as intended.Might be worth differentiating signature errors from other errors?
The text was updated successfully, but these errors were encountered: