There are so many parts, I'll try to make it as clear as possible.
I set everything according to your article. Everything is running on docker locally.
Database Orders is populated with attributes and indexes through your script.
I can directly reach this webhook-proxy server with postman at http://0.0.0.0:8079/v1/webhook-proxy
When ordering, Stripe CLI (local proxy for webhooks) is connected with Stripe and send events to the proxy:
First of all thank you for this proxy!
There are so many parts, I'll try to make it as clear as possible. I set everything according to your article. Everything is running on docker locally. Database Orders is populated with attributes and indexes through your script. I can directly reach this webhook-proxy server with postman at http://0.0.0.0:8079/v1/webhook-proxy
When ordering, Stripe CLI (local proxy for webhooks) is connected with Stripe and send events to the proxy:
(evt_ serials are modified)
But no Order (Orders/Document) is added to the backend. The webhook-proxy logs (std output, no file found) doesn't show anything.
Any idea? Would it be possible to add logs on this server to understand what it tries to do?