From internal outgoing requests:
message": "Error: exception of type MediaWiki\\Rest\\PathTemplateMatcher\\ModuleConfigurationException: Duplicate module site/v1 in /srv/mediawiki/php-master/includes/Rest/site.v1.json"
From internal outgoing requests:
message": "Error: exception of type MediaWiki\\Rest\\PathTemplateMatcher\\ModuleConfigurationException: Duplicate module site/v1 in /srv/mediawiki/php-master/includes/Rest/site.v1.json"
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Remove duplicate definition of site.v1.json | operations/mediawiki-config | master | +0 -3 |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | Release | hashar | T413805 1.46.0-wmf.14 deployment blockers | ||
| Duplicate | Jgiannelos | T415877 PCS/summary returns errors for beta requests |
Change #1234927 had a related patch set uploaded (by Jgiannelos; author: Jgiannelos):
[operations/mediawiki-config@master] beta: Fix duplicate definition of site.v1.json
I think the cause is merging this patch:
https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1208461
Beta is running master branch so the issue is triggered. I think eventually this is going to cause the same problem on the next train rollout because of duplicate entries on InitialiseSettings.php
Am I correct in thinking this should no longer block with https://gerrit.wikimedia.org/r/c/operations/mediawiki-config/+/1234927 merged?
Just noticed this task. The error was fixed under T415771: REST API broken on beta sites via https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1235070
The error was my mistake, sorry for the distraction.