-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
There seems to be a mismatch for the rss plugin between the required API filemane API.js
Line 3 in d7458f0
| const API = require('ep_etherpad-lite/node/db/API.js'); |
and the actual API filename
/opt/etherpad-lite/src/node/db/API.ts.
This results in the following error when adding the plugin ep_rss to the etherpad instance:
Failed to load hook function "/opt/etherpad-lite/src/plugin_packages/ep_rss/index:eejsBlock_htmlHead" for plugin "ep_rss" part "ep_rss" hook set "hooks" hook "eejsBlock_htmlHead": Error: Cannot find module 'ep_etherpad-lite/node/db/API.js'
My expectation would be, that the ep_rss addon starts without problems.
- Etherpad version: V2.6.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels