Replies: 1 comment 5 replies
-
Downgrade to 1.9.6 for the time being would be my advice. They are using a new plugin loading system as of v1.9.7, with a new location for the NPM packages. Whatever library they use to fetch the list of plugins from https://static.etherpad.org/plugins.json is also failing for me (behind a corporate HTTP proxy), so I had to install them manually, with something like docker exec -u root etherpad /bin/sh
npm install --no-save --legacy-peer-deps ep_mediawiki run inside the docker container. I'd file a bug report, but I have a workaround, and the details of all the trouble I had with v1.9.7 are a bit fuzzy at this point. All I know is a lot of the workarounds you see for plugins failing to install in the issue tracker won't work anymore, as of 1.9.7, since the plugins go in |
Beta Was this translation helpful? Give feedback.
-
Hello,
I recently tried to upgrade my etherpad instance from 1.9.4 to 1.9.7, but some weird npm-related failure causes a crash loop.
For my current setup, I followed this guide and it worked perfectly until a few days ago... I didn't manage to find the root cause of this crash loop, but figured a workaround by serving it on another url (through a reverse proxy).
Anyway, I thought it would be appropriate to upgrade to 1.9.7 during this unforseen maintenance. I rebuilt an etherpad image with the following plugins :
No error message during buildtime, yet when I started the docker compose stack, it went into another crash loop in which etherpad tries to download ep_adminpads3 plugin (even though it was successfully installed during the build). Of course etherpad fails to do so because it's hosted in an offline environment.
Any help on this would be very much appreciated !
Here is the detailed stacktrace :
Beta Was this translation helpful? Give feedback.
All reactions