Some further infomation:
When pressing “edit” on the main view,the http request is :
GET /xwiki/bin/get/Main/?sheet=XWiki.InplaceEditing&action=lock&lockAction=edit&language=en_US&outputSyntax=plain×tamp=1609607579393 HTTP/2 Host: mydomain.top User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0 Accept: application/json, text/javascript, */*; q=0.01 Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2 Accept-Encoding: gzip, deflate, br X-Requested-With: XMLHttpRequest Connection: keep-alive Referer: https://mydomain.top/xwiki/bin/view/Main/ Cookie: JSESSIONID=AC655C91FB7F00C69CB9AD50BAD97FF9; username="bNg76hQEwSXwZzTcDnIQ0g__"; password="I7NxXgICPO2omqnCVWPCwA__"; rememberme="false"; validation="f7f42d60640d143835434e34b873e09a" TE: Trailers
which returns to the error message, and the proper request is:
GET /xwiki/bin/edit/Main HTTP/2 Host: mydomain.top User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2 Accept-Encoding: gzip, deflate, br Connection: keep-alive Cookie: JSESSIONID=AC655C91FB7F00C69CB9AD50BAD97FF9; username="bNg76hQEwSXwZzTcDnIQ0g__"; password="I7NxXgICPO2omqnCVWPCwA__"; rememberme="false"; validation="f7f42d60640d143835434e34b873e09a" Upgrade-Insecure-Requests: 1 TE: Trailers
Inplace Editor does not loaded properly.Can I disable Inplace Editor to temprarily bypass the bug?
related topic:Message “failed to lock the page” when tring to edit a page