Can't install plugins
See original GitHub issueI 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.
` [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. `
Issue Analytics
- State:
- Created 10 months ago
- Comments:9
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.
bug logs show ep_headings2 isn’t installed.
thank you and regards,
f.
Since I am unable to install plugins using the admin portal, I installed them via code.
After the installation, restart the Etherpad. You should be able to use the Etherpad with plugins installed.