Skip to content

[Fix] Deployment images return 500 after release-history update - #1898

Merged
mrubens merged 1 commit into
developfrom
fix/standalone-runtime-deps-28ku48ggt12xv
Aug 30, 2026
Merged

[Fix] Deployment images return 500 after release-history update#1898
mrubens merged 1 commit into
developfrom
fix/standalone-runtime-deps-28ku48ggt12xv

Conversation

@roomote-roomote

Copy link
Copy Markdown
Contributor

​Opened on behalf of @mrubens. Follow up by mentioning @roomote-roomote, in the web UI, or in Slack.

What changed

  • Removed the repository-root changelog from Next.js output-file tracing so standalone builds retain the transitive dependencies of external server packages.
  • Copied CHANGELOG.md directly into the final application image at the path used by release history.

Why this change was made

PR #1893 added ../../CHANGELOG.md to the web app's tracing includes. The first two publish runs after that change failed deployment acceptance because the standalone image omitted transitive dependencies for ioredis, pino-pretty, and bullmq, causing the web smoke request to return HTTP 500.

Impact

Deployment images can load all traced server dependencies while continuing to serve release history from the bundled changelog. A clean production web build, focused release-history tests, type checks, lint, and the full pre-push suite passed. Docker-backed image and acceptance validation could not run locally because the sandbox does not expose a Docker socket; the publish workflow will exercise that exact path.

@roomote-community

roomote-community Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

No code issues found. See task

Reviewed bf7dbdf

@mrubens
mrubens marked this pull request as ready for review August 30, 2026 22:47
@mrubens
mrubens merged commit 6c59066 into develop Aug 30, 2026
17 checks passed
@mrubens
mrubens deleted the fix/standalone-runtime-deps-28ku48ggt12xv branch August 30, 2026 22:47
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.

1 participant