We're using Django as a backend, and our route exists, but it looks like whatever Clover is calling isn't 100% correct.
Not Found: /https:/solestage.ngrok.io/api/clover/[28/Aug/2018 07:42:09]
"POST <a href="https://solestage.ngrok.io/api/clover/HTTP/1.1"> 404 1726</a>
Our webhook URL is https://solestage.ngrok.io/api/clover/ but the URL Clover seems to be hitting isn't so.
If we POST to our own URL, our logs look like this:
POST /api/clover - 403 Forbidden: /api/clover [28/Aug/2018 17:10:42] "POST /api/clover HTTP/1.1" 403 0
So it looks like it's hitting something like: https://solestage.ngrok.io/ https://solestage.ngrok.io/api/clover/ -- anyone know what's up?