API returns 500 for valid POST request

ClosedMon Jun 02 2025

Posting a valid JSON payload to the /api/orders endpoint results in a 500 error with no detailed message. Logs show an unhandled exception when saving to the database, suggesting a schema mismatch or missing required fields.