[07:17:16] Hi, is there any way to make the getFullUrl function use the host header instead of $wgServer? [07:17:37] In my case, I want OIDC to work with other URLs as well, not just what is set on $wgServer [07:17:50] $redirectURL = SpecialPage::getTitleFor( 'PluggableAuthLogin' )->getFullURL(); [07:18:13] this is the codeblock it uses to create the redirect url, which i suspect is the problem [07:42:19] $wgServer = "https://" . $_SERVER['HTTP_HOST']; [07:42:30] this is the solution that I came up with for it, janky but works :P [09:49:41] aryak_: $wgServer should be static. Otherwise, different URLs may get cached and served to the wrong clients [10:13:22] oh [10:13:28] what is the solution for this then? [10:39:42] I don't understand the problem. Why would you need a different server for OIDC? [10:59:54] The mediawiki server can be accessed through multiple subdomains, and I want OIDC to work on all of em [11:21:37] Considering using a single (sub)domain, with all other doing a redirect to the main one [18:42:01] [ZG0Iyow@l0FLq0M0ztpOBwAAAAo] Exception caught: Could not open '/home/vol1000_8/epizy.com/epiz_34255819/tmp_yaeqjr/mw-GlobalIdGenerator34255819-UUID-128'. [18:42:17] i did everything as told never found anything to fixing this issue [19:15:33] are most of the mediawiki consulters still active? [23:38:51] I have Page Previews working for a wiki by default, logged out, but they don't work for my user. I have them enabled in settings, but they don't appear. [23:39:50] What are steps I can take to debug and introspect the server, and my user account's use--I have root shell access, wiki admin, etc [23:57:49] https://www.irccloud.com/pastebin/GWtbLyXL/ [23:58:00] how do i fix this error the wiki wont even load up