Page MenuHomePhabricator

SeriousJoeEn (Joe)
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Saturday

  • Clear sailing ahead.

User Details

User Since
Oct 25 2020, 8:51 AM (182 w, 4 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
SeriousJoeEn [ Global Accounts ]

Recent Activity

Oct 25 2020

SeriousJoeEn added a comment to T263928: VisualEditor in 1.35 not working (404 / Permanent Loading).

I had a similar issue and I got over it. In my case I encountered a similar error Error contacting the Parsoid/RESTBase server: http-bad-status. I can tell that it's definitely the issue of rewrite(Nginx users probably, like me). But I had another issue as well, I had restricted the access via the Cloudflare's firewall by allowing only one IP address to have access for development purpose of course.
What I did was I included this in my Nginx config to make sure rest.php works even with a trailing slash:

location /wiki/rest.php/ {
    try_files $uri $uri/ /wiki/rest.php?$query_string;
}

Also, I had installed in a different directory rather than the main so be sure to include that directory as well just like what I did.

Oct 25 2020, 9:20 AM · Editing-team (Third-party), Parsoid (Third-party), RESTBase-API, RESTBase, VisualEditor, MW-1.35-release