Etherpad error when updating
-
This line here is suspicious:
Oc**t 19 18:01:29 [2025-10-19T16:01:29.888] [ERROR] server - TypeError: Unexpected ? at 17, expected END: https://git.new/pathToRegexpError
Somehow the
/run/etherpad-lite/node_modules/.pnpm/path-to-regexp
module is throwing an error resulting in the termination of the process.To make sure no module is corrupted, could you:
- put the app into recovery mode
- open the web-terminal
- ensure that
/run/etherpad-lite
does not exist - start the app with
/app/pkg/start.sh
to see if this issue persists.
-
@sponch so this should be fixed with version 4.4.1 as now all plugin versions are pinned and updated to the etherpad version (ep_markdown wasn't part of that list in 4.4.0 yet)
We should have revoked the 4.4.0 package, just looking into this now. Can you see if you can update the app all the way to 4.4.1 and if that fixes the issue?
-
N nebulon marked this topic as a question
-
I did a update test round now with those two variables set as mentioned, however also that works fine. Did you configure anything else by any chance? Especially some configs for the markdown plugin?
-
@sponch could you post content of
/app/data/data/installed_plugins.json
here? -
@sponch could you post content of
/app/data/data/installed_plugins.json
here?@vladimir.d {"plugins":[{"name":"ep_align","version":"10.0.2"},{"name":"ep_comments_page","version":"1.0.38"},{"name":"ep_embedded_hyperlinks2","version":"1.2.4"},{"name":"ep_font_color","version":"0.0.89"},{"name":"ep_headings2","version":"0.2.68"},{"name":"ep_markdown","version":"1.0.1"},{"name":"ep_openid_connect","version":"3.0.13"},{"name":"ep_user_displayname","version":"1.0.7"},{"name":"ep_stable_authorid","version":"1.0.5"},{"name":"ep_guest","version":"1.0.37"},{"name":"ep_etherpad-lite","version":"2.2.6"}]}