The Edit button is not working

The environment is built with Tomcat 10+ MySQL 8 + XWiki Flavor 17.9.
When clicking the Edit button on a page, it keeps spinning (loading indefinitely) and the editor never opens.
No errors are shown in the F12 (browser developer console).

Hi,

This is most probably a websocket issue.

If you are using a reverse proxy, make sure you forward them.
I know the documentation for Apache httpd has been updated to have websocket support.

Thanks,
Dorian.

1 Like

thanks for your reply.

but, no reverse proxy

the problem is weird..

Any suggestions for tracking deeper, detailed issues?

Have you tried clearing the browser cache? I suppose your user profile has WYSIWYG as the preferred editor. Have you tried to disable the xwiki-realtime CKEditor plugin from the dedicated administration section? Also, have you checked the Network tab from the browser’s developer tools for failed HTTP requests?

Hope this helps,
Marius