-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New installation 2.2.6 failed #6742
Comments
I'll check this right now :). It is probably outdated. |
I maybe need help how to even get the reverse proxy installed. Could you please give me a quickstart on how to install apache? I need some modules but no idea how to install or where to get them |
On Debian : apt install apache2 Activate proxy modules : Edit virtualhost in /etc/apache2/sites-available/etherpad.conf Activate virtualhost : Restart Apache2 : systemctl reload apache2 |
I get Nov 06 21:22:12 ubuntu apachectl[13570]: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration |
sorry : |
Thanks now it works. I used the very basic script. |
It all works with the basic script for me. I copied 1 to 1. Socket IO works even websockets are succesfully connected. |
If I use the very basic script, I have "Uncaught Error: Reconnect timed out".
It all works ! Strange... |
Describe the bug
When opening pad after new installation of etherpad , I have the error : "Error: Reconnect timed out"
Etherpad version 2.2.6
pnpm version: 9.12.3
Apache 2 with SSL enabled and configuration https://github.com/ether/etherpad-lite/wiki/How-to-put-Etherpad-Lite-behind-a-reverse-Proxy#with-ssl-enabled
To Reproduce
New installation :
npm install -g pnpm
git clone -b master https://github.com/ether/etherpad-lite.git etherpad
pnpm i
pnpm run build:etherpad
chown -R etherpad:etherpad /home/etherpad
pnpm run prod
Error
Error: Uncaught Error: Reconnect timed out -- {
errorId: 'DNpnZWeABTz4LZZt3ft4',
type: 'Uncaught exception',
msg: 'Error: Uncaught Error: Reconnect timed out',
url: 'https://mypad.example.com/p/a',
source: 'https://mypad.example.com/padbootstrap-QFqMdltcc9w.min.js',
linenumber: 56,
userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',
stack: 'Error: Reconnect timed out\n' +
' at Po. (https://mypad.example.com/padbootstrap-QFqMdltcc9w.min.js:56:85557)\n' +
' at at.emit (https://mypad.example.com/padbootstrap-QFqMdltcc9w.min.js:56:44848)\n' +
' at Po.reconnect (https://mypad.example.com/padbootstrap-QFqMdltcc9w.min.js:56:81013)\n' +
' at https://mypad.example.com/padbootstrap-QFqMdltcc9w.min.js:56:81283\n' +
' at Ro.a (https://mypad.example.com/padbootstrap-QFqMdltcc9w.min.js:56:79280)\n' +
' at at.emit (https://mypad.example.com/padbootstrap-QFqMdltcc9w.min.js:56:44848)\n' +
' at Ro._onError (https://mypad.example.com/padbootstrap-QFqMdltcc9w.min.js:56:61762)\n' +
' at at.emit (https://mypad.example.com/padbootstrap-QFqMdltcc9w.min.js:56:44848)\n' +
' at No.onError (https://mypad.example.com/padbootstrap-QFqMdltcc9w.min.js:56:46640)\n' +
' at ws.onerror (https://mypad.example.com/padbootstrap-QFqMdltcc9w.min.js:56:52951)'
The text was updated successfully, but these errors were encountered: