You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed Etherpad-Lite 1.9.7 manually (git + installDeps) as documented, with the nginx reverse proxy.
Use of Node 20.15 on Debian 12.
Etherpad is started as a service.
I've a bunch of working plugins (all recent and maintained), but the only one that adds a route is ep_adminpads2 and when going to /admin/pads, I get this message : Cannot GET /admin/pads.
Looking to journactl, I can see this error :
[ERROR] settings - Failed to load hook function "/home/etherpad/etherpad-lite/plugin_packages/ep_adminpads2:eejsBlock_adminMenu" for plugin "ep_adminpads2" part "ep_adminpads2" hook set "hooks" hook "eejsBlock_adminMenu": Error: Cannot find module 'cheerio'
The cheerio module is there, in the plugin_packages directory.
Any idea ?
Does this plugin supports the new plugin_packages directory feature introduced in 1.9.7 ?
Thx !
The text was updated successfully, but these errors were encountered:
Hello !
I've installed Etherpad-Lite 1.9.7 manually (git + installDeps) as documented, with the nginx reverse proxy.
Use of Node 20.15 on Debian 12.
Etherpad is started as a service.
I've a bunch of working plugins (all recent and maintained), but the only one that adds a route is ep_adminpads2 and when going to /admin/pads, I get this message :
Cannot GET /admin/pads
.Looking to journactl, I can see this error :
The cheerio module is there, in the
plugin_packages
directory.Any idea ?
Does this plugin supports the new
plugin_packages
directory feature introduced in 1.9.7 ?Thx !
The text was updated successfully, but these errors were encountered: