etherpad-lite: Can't install plugins

I installed the latest docker etherpad/etherpad and I am unable to install plugins. When I select to install one, I get the notification of installing at the top but it never installs. If I refresh, the list is empty. No error message whatsoever.

image

` [2022-11-17 09:00:19.372] [INFO] server - Etherpad is running

[2022-11-17 09:00:39.985] [INFO] http - Successful authentication from IP 10.0.0.2 for user admin

[2022-11-17 09:00:40.131] [ERROR] console - Error: Request aborted

at onaborted (/opt/etherpad-lite/src/node_modules/express/lib/response.js:1025:15)

at Immediate.<anonymous> (/opt/etherpad-lite/src/node_modules/express/lib/response.js:1067:9)

at processImmediate (internal/timers.js:464:21)

[2022-11-17 09:00:44.962] [INFO] plugins - Installing plugin ep_adminpads2…

[2022-11-17 09:03:07.388] [INFO] plugins - Installing plugin ep_delete_after_delay…

[2022-11-17 09:03:21.297] [INFO] Minify - Compress JS file js/vendors/html10n.js.

[2022-11-17 09:03:21.298] [INFO] Minify - Compress JS file js/l10n.js.

[2022-11-17 09:03:21.320] [INFO] Minify - Compress CSS file skins/colibris/index.css.

[2022-11-17 09:03:21.335] [INFO] Minify - Compress JS file skins/colibris/index.js.

[2022-11-17 09:03:44.336] [INFO] plugins - Installing plugin ep_adminpads2…

[2022-11-17 09:03:45.719] [INFO] plugins - Installing plugin ep_aa_file_menu_toolbar. `

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 21 (1 by maintainers)

Most upvoted comments

OK, so if I understand well, downloading plugins with the latest version still doesn’t works, does it? Which means we shouldn’t close this ticket as the problem is not resolved.

Update: Installing plugins with npm install --no-save --legacy-peer-deps ep_$plugin breaks the installation completely.

Maybe duplicate of bug #5609.

hello,

same here, unable to install from web admin interface.

Moreover, here is my Dockerfile, may be i missed something, i thought it was possible to load plugins from Dockerfile.

cat Dockerfile
FROM etherpad/etherpad:1.8.18
ARG ETHERPAD_PLUGINS="ep_headings2"

bug logs show ep_headings2 isn’t installed.

thank you and regards,

f.