[09:12:59] Hi, I was here yesterday. I still got the Problem with update.php not working, because it give me the error "Cannot access the database: php_network_getaddresses: getaddrinfo for mariadb-main failed: Temporary failure in name resolution (mariadb-main)" [09:13:00] I managed to install dnsutils for the container and as suggest I run "dig mariadb-main" on the main Mediawiki container, it has the correct IP-Adress, but I still get the said error. Does anyone else have an idea? [09:59:02] does no one has an idea? Or is this the wrong place for this issue?:( [12:02:34] is there really no-one who can answer? :( [12:02:34] If this is not the right place for this question, please tell me. But I really need helpĀ  here [12:04:34] I can ping mariadb-main from withing the mediawiki main container, but whenever I try to use update.php I always get the said error [12:23:47] I now completely build up the mediawiki from ground up, I even let value for the database exactly as they stand in page for mariadb, but I still get the error [12:24:31] the install.php script is working without problems. but update.php keeps saying "Cannot access the database: php_network_getaddresses: getaddrinfo for mariadb-main failed: Temporary failure in name resolution (mariadb-main)" no matter what [12:38:51] here is the full error Message: https://dpaste.org/RhM9H [15:08:57] hello everyone, I am working on typescript definitions of OOjs and OOUI and currently meet some challenges, please see https://lists.wikimedia.org/hyperkitty/list/wikitech-l@lists.wikimedia.org/thread/NO7UAMQJTP7JIQPRTDYNHIYIAEETGOQ4/ for more details. Thanks! [15:56:48] Hi. How to avoid `armorFrenchSpaces` being applied to a run of text? seems to not be effective. [16:24:19] "here is the full error Message..." <- It looks like you are running `update.php` from your host machine instead of the mediawiki container. [16:26:26] They left a while ago [16:26:57] rundg[m]: either get a shell in the container with something like `docker compose exec app bash` to run update.php from there. Or, execute update.php through `docker exec` with something like `docker compose exec app php maintenance/update.php --quick` [16:29:04] Guest85: ^^ [16:29:23] They left 3 hours ago [21:58:14] Would someone here with oathauth-enable access mind to verify a theory with me? I am trying to fix WebAuthn not working on mobile and my guess is the RL modules are just not loaded. [21:58:22] This is the task: https://phabricator.wikimedia.org/T286138 [21:58:46] atxatx4928[m]: FWIW, if it fixes it on your dev wiki/other wiki you've tested, it's almost certain it'll fix it on WMF too ;) [21:59:26] My test wiki is on REL1_39 branch so just want to be safe [21:59:35] But I am 99% sure that is the issue [22:00:13] Like I say, if it fixes it there, it's 99.99% chance it'll fix it on wikipedia [22:00:27] stuff not being loaded on mobile happens quite commonly [22:01:05] Yeah ResourceLoader modules don't load on MobileFrontend unless you specify it explicitly [22:01:44] As you can see all the OATHauth modules are specified to load on mobile, but none of the WebAuthn does