Skip to content

Handle cases where CDP's file upload service can't find the upload ID#310

Merged
alexluckett merged 2 commits intomainfrom
bugfix/DF-834-file-upload-expired
Feb 10, 2026
Merged

Handle cases where CDP's file upload service can't find the upload ID#310
alexluckett merged 2 commits intomainfrom
bugfix/DF-834-file-upload-expired

Conversation

@alexluckett
Copy link
Copy Markdown
Contributor

@alexluckett alexluckett commented Feb 10, 2026

Proposed change

Jira ticket: https://eaflood.atlassian.net/browse/DF-834

Type of change

This PR addresses issues where CDP's file upload service can return 404 for a given upload ID. This usually occurs when a user is returning to a save-and-exit submission after more than >1 week. CDP's file upload service only has a Redis TTL of 1 week, so it needs handling.

  • Bug fix
  • New feature
  • Breaking change
  • Misc. (documentation, build updates, etc)

Checklist

  • You have executed this code locally and it performs as expected.
  • You have added tests to verify your code works.
  • You have added code comments and JSDoc, where appropriate.
  • There is no commented-out code.
  • You have added developer docs in README.md and docs/* (where appropriate, e.g. new features).
  • The tests are passing (npm run test).
  • The linting checks are passing (npm run lint).
  • The code has been formatted (npm run format).

@alexluckett alexluckett force-pushed the bugfix/DF-834-file-upload-expired branch from 5265d81 to 92ab736 Compare February 10, 2026 15:33
Comment thread src/server/plugins/engine/pageControllers/FileUploadPageController.ts Outdated
@alexluckett alexluckett force-pushed the bugfix/DF-834-file-upload-expired branch from 06d5e2f to 9fbb78a Compare February 10, 2026 15:44
@sonarqubecloud
Copy link
Copy Markdown

@alexluckett alexluckett merged commit 1f0beaa into main Feb 10, 2026
23 checks passed
@alexluckett alexluckett deleted the bugfix/DF-834-file-upload-expired branch February 10, 2026 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants