[10:00:53] Thx Reedy , i have that config, but realised I should add IT to the 2nd Server too, gonna check IT Out later, anyways the API seems broken [10:46:52] Can anyone from CI/CD look https://gerrit.wikimedia.org/r/c/integration/config/+/680697? [10:47:51] Oh wrong channel, sorry. [12:18:33] j #cvn-zh-scan [16:21:58] Olá, I've asked yesterday but while I was online I didn't get any answers. So I'm trying again, sorry if someone did answer yesterday ;) [16:23:18] I'm having an issue with redirections on a wiki-farm I've installed, everything works but after an edit, for example, the browser shows an error. [16:24:15] the action itself works, doesn't matter if it is login in or submitting an edit [16:31:34] "an error" isn't helpful [16:33:38] yes, ff says 'oops, an error occurred during a connection to...' [16:33:53] I don't see anything useful in the logs [16:34:27] the wiki is public, in case you wanna check en.spiritpedia.org [16:38:04] btw, I've followed the nginx/short url guide mediawiki.org/wiki/Manual:Short_URL/Nginx [16:38:23] I was going to say, that *might* be an issue relating to rewrites/short urls [16:40:30] I think so too, what is weird is that I've copied directly from this guide as I usually do and I haven't faced this issue before. Don't know what is happening this time [16:45:10] I get a plain 403 Forbidden error [16:53:10] Vulpix: on which browser are you testing? [16:53:40] Mozilla Firefox [16:54:36] Uhm, same here and I get this 'oops' msg [16:56:43] Well, if you copied exactly that code, the following rule is not executed: location = / { return 301 /wiki/Main_Page; } [16:57:05] which means there's something blocking requests at server level [17:01:44] Interesting, Vulpix. Haven't thought about that. This rule is present in my nginx.conf, indeed [17:58:23] so info Reedy the apache config was already there, so as already stated the parasoid endpoint is broken [18:49:22] Just to share with all of you, the issue I was seeing with redirects in the wikifarm + short urls was a typo in $wgServer :facepalm: [18:54:32] good because that's easy to fix at least, once you find it!