Closed agrimpard closed 4 months ago
Seems related to https://github.com/ether/etherpad-lite/issues/6344
I'm trying to find where to execute pnpm run build
inside one Etherpad container but can't find it.
I can confirm this. It was caused by a typo introduced recently to the development branch in 550a29f3e62712f856899a082000481a24a57e6b . My PR fixes this.
Describe the bug By accessing /admin page, I get a "time out" error and on the server side the container crashes.
To Reproduce
Expected behavior We should be able to access the admin page and manage Etherpad.
Server (please complete the following information):
node --version
): 10.8.2npm --version
): 9.0.4Desktop (please complete the following information):
Additional context
I have a docker compose running 3 Etherpads with an apache on the front end. The Etherpad containers are created from a clone of the Etherpad-lite repository (https://github.com/ether/etherpad-lite.git).
Here is the docker compose:
Here is .env file :
Here is the apache configuration:
Log from the crashed container :