Skip to content

ep_rss references API.js #84

@TheCasualObserver

Description

@TheCasualObserver

There seems to be a mismatch for the rss plugin between the required API filemane API.js

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions