Skip to content

Orders: latest exception during checkout retry #209

@PagelsR

Description

@PagelsR

Summary

Latest exception reported by the Orders service. Likely cause: null customer id during retry.

What happened

Steps to check

  1. Open the log link above and confirm the stack frame and message.
  2. Reproduce with a checkout retry where the customer id may be missing or cleared.
  3. Capture the exact request path and any middleware that might drop the id on retry.

Expected vs. actual

  • Expected: Checkout retry preserves the customer id and completes order placement.
  • Actual: Retry path hits CheckoutController.PlaceOrder with a null customer id and throws.

Environment

  • Env: Production
  • Service: Orders
  • Region:
  • Build/commit:

Notes

  • Add labels: bug, orders
  • Correlation id: CR-2025-10-02-001 (if available)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions