-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docker-compose] Missing Module rusty-store-kv in Docker Build for Etherpad Lite 2.2.2 #6638
Comments
Hi sorry for the issues. Please try the just released 2.2.4 . The version was automatically upgraded and ueberdb2 included a breaking change because I wanted to integrate it deeply in Etherpad for the next release. This is released in 2.2.4 |
Thanks @SamTV12345 That got fixed |
Fwiw, got the same issue when trying a fresh install of 2.1.1, which has been suggested to evade the iframe problems in 2.2.4 :) |
I sometimes hate npm and package.json. Remove the ^ before the version in ueberdb and do pnpm install. That should fix the problem. |
I'll release a fix for ueberdb2 and do a major version bump. |
Description
When building the Docker image for Etherpad Lite 2.2.2 from the official GitHub source, the build fails with a MODULE_NOT_FOUND error for the rusty-store-kv module. This issue does not occur when running pnpm run prod locally, but it consistently fails in the Docker environment.
To Reproduce
Steps to reproduce the behavior:
download the the Etherpad Lite repository (v2.2.2) zip.
Build a Docker image using the provided Dockerfile.
Start the container with docker-compose up with the build context refering to the local Dockerfile.
Observe the error during startup.
Expected behavior
Ther etherpad should run with mongodb connection by considering the settings.json file
Screenshots
If applicable, add screenshots to help explain your problem.
Server (please complete the following information):
22
):10.8
):Additional context
The text was updated successfully, but these errors were encountered: