Issue resolved.
Context: We experienced 5xx errors on POST /api/public/dataset-items due to a migration sequencing failure.
Root Cause: A column was dropped before the code deploy finished, while the Prisma ORM was still attempting to write to that deprecated field.
Status: Resolved; all containers are now running the updated code.
Prevention: We will strictly enforce "Expand and Contract" patterns for all future schema deletions.
Resolved
Issue resolved.
Context: We experienced 5xx errors on POST /api/public/dataset-items due to a migration sequencing failure.
Root Cause: A column was dropped before the code deploy finished, while the Prisma ORM was still attempting to write to that deprecated field.
Status: Resolved; all containers are now running the updated code.
Prevention: We will strictly enforce "Expand and Contract" patterns for all future schema deletions.
Investigating
We're currently observing elevated error rates on the POST /api/public/dataset-items route. This is due to a bad migration and should be resolved in approximately 10 minutes.