Running etherpad-lite 2.0.3 with Node.js 20 #6361
-
I previously ran etherpad lite 1.8.18 and want to upgrade to the recent version (at the time of writing, 2.0.3). My etherpad runs on a server and should be controlled by supervisord. Before, I had a etherpad.ini with
Now, the server.js is called server.ts, but simply renaming that to server.ts in the .ini doesn't work...
I also tried to let supervisor point at /bin/run.sh instead of giving server.ts to node. That starts the process without errors, but gives me a 502 Bad Gateway when trying to access my etherpad via the browser – which does not happen when I run the run.sh directly in the shell. Any idea what I'm doing wrong? I'd appreciate your help! NodeJS v20.12.2 (I sadly can't update to 21) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Updating this in case anyone else runs into similar problems (thanks to @SamTV12345 for the help) I updated the .ini as follows:
And – that's it! 😄 |
Beta Was this translation helpful? Give feedback.
Updating this in case anyone else runs into similar problems (thanks to @SamTV12345 for the help)
I updated the .ini as follows:
And – that's it! 😄