Hi,
I am trying to debug my sendgrid workflow.
I want an email to be sent after the completion of an order.
I even added the src/subscribers/order-placed.ts file as it was recommended by an user having the same issue.
I am using the next starter medusa admin and storefront with a local docker postgresql database.
"@medusajs/medusa": "1.20.1",
"medusa-plugin-sendgrid": "^1.3.12",
But unlinke this user, I don't see any mention to Processing order.placed in my backend logs.
When I a make an order, the order appears on my admin but I have no mention of it in my backeng logs:
WARN: withTransaction called without custom implementation
WARN: withTransaction called without custom implementation
WARN: withTransaction called without custom implementation
info: Processing cart.updated which has 0 subscribers
::1 - - [14/Feb/2024:13:23:45 +0000] "POST /store/carts/cart_01HPKWH9RMJ809QEMSZT40GGMH/complete HTTP/1.1" 200 4444 "-" "axios/0.24.0"
::1 - - [14/Feb/2024:13:23:45 +0000] "GET /store/regions HTTP/1.1" 200 2315 "-" "Next.js Middleware"
::1 - - [14/Feb/2024:13:23:45 +0000] "GET /store/orders/order_01HPKWK7Q4AQHR134WWXX1MJWQ HTTP/1.1" 200 4758 "-" "axios/0.24.0"
::1 - - [14/Feb/2024:13:23:45 +0000] "GET /store/collections?limit=100&offset=0 HTTP/1.1" 200 238 "-" "axios/0.24.0"
::1 - - [14/Feb/2024:13:23:45 +0000] "GET /store/regions HTTP/1.1" 200 2315 "-" "axios/0.24.0"
::1 - - [14/Feb/2024:13:23:45 +0000] "GET /store/regions HTTP/1.1" 200 2315 "-" "Next.js Middleware"
::1 - - [14/Feb/2024:13:23:46 +0000] "GET /store/product-categories?limit=100&offset=0 HTTP/1.1" 200 58 "-" "axios/0.24.0"
::1 - - [14/Feb/2024:13:23:46 +0000] "GET /store/orders/order_01HPKWK7Q4AQHR134WWXX1MJWQ HTTP/1.1" 200 4758 "-" "axios/0.24.0"
::1 - - [14/Feb/2024:13:23:46 +0000] "GET /store/collections?limit=100&offset=0 HTTP/1.1" 200 238 "-" "axios/0.24.0"
::1 - - [14/Feb/2024:13:23:46 +0000] "GET /store/regions HTTP/1.1" 200 2315 "-" "axios/0.24.0"