Editorial question107.2K views4,439 votes0 answers3,323 following
AI-generatedDuplicate POST requests on retry cause unintended data creation
The goal is to configure retry logic for create/update operations (POST/PUT/PATCH) that feed an Angular Material MatTable so that transient server errors are retried without causing duplicate records. The solution must keep the mat‑progress‑spinner visible during retries, avoid altering the original user‑initiated payload, and work with the existing CDK Dire