-
-
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
Update 2.1.0 to 2.2.5 failed #6736
Comments
Try to update the ep_comments_page plugin. I've already issued a patch for this. |
Thanks but my problem is when I remove all plugins. |
I see. But what's the error message then? The stacktrace says that Etherpad fails to start due to the old plugin version. |
All seems well at restart but I have a "Error: Reconnect timed out" when I try to use a pad.
|
Do you have a public instance where I could check that. It could be a faulty reverse proxy configuration? Could you please send me your config? |
I have same error on an other server and differents versions
This my configuration of Apache :
|
Do you know how I can setup Apache 2 with docker-compose? I find like nothing about it. I tried the last hour but wasn't lucky 😅 |
No, sorry, I dont use docker-compose... |
In my browser's F12 interface, I noticed : |
Describe the bug
When I update from v2.1.0 to v2.2.5, I have errors and Etherpad-lite doesn't start.
To Reproduce
Stop the instance
Do git pull on master branch : git pull origin
Do git checkout v2.2.5
Do git switch -c v2.2.5
Do ./bin/run.sh
Logs
I remove all plugins :
pnpm plugins rm ep_adminpads2 ep_align ep_author_hover ep_comments_page ep_delete_empty_pads ep_dividing_line ep_embedded_hyperlinks2 ep_font_color ep_font_size ep_hash_auth ep_headings2 ep_helmet ep_image_upload ep_markdown ep_prompt_for_name ep_spellcheck ep_table_of_contents ep_user_fontsize_version_2
I start ./bin/run.sh
All seems fine. I reload etherpad-lite service and try to load a pad but I have this error
An idea ?
Thanks
Fred
The text was updated successfully, but these errors were encountered: