Skip to content

Conversation

@LewisDwyer
Copy link

No description provided.

LewisDwyer and others added 3 commits February 10, 2026 13:36
Replaces the --openssl-legacy-provider workaround with a proper fix by
upgrading react-scripts from 4.0.3 to ^5.0.1, which uses Webpack 5 and
natively supports modern Node.js (17+). Removes duplicate client-only
dependencies (axios, react, react-dom, react-scripts, web-vitals) from
the root package.json.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The previous commit removed client-only packages from root package.json
but the lock file still referenced them, causing deployment failures
(Bad Gateway) on platforms using npm ci.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Move client install + build into a dedicated "build" script so the
deployment platform runs it during the build phase (with internet access
and no startup timeout). The "start" script now only starts the server,
avoiding Bad Gateway errors from health check timeouts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mikstur mikstur merged commit f6c0365 into codecapsules-io:main Feb 12, 2026
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.

2 participants