Hi!
Since I am using MediaWiki 1.39 with the newest related RelatedArticles Version, they were not shown at the end of my articles. With the 1.38 Version everything was fine.
Browsertools gave me a good hint. The API call was done against a URL with /w/api.php, but in my setup the api.php is not laying under /w . After searching I found, that in the extension.json there was this:
"RelatedArticlesUseCirrusSearchApiUrl": {
"description": "During development use a different API for sourcing related articles.",
"value": "/w/api.php"After I deleted /w everything is working fine on my setup.
I don't know if that is a bug, but perhaps the URL should not be hardcoded. I know, that the new standard mediawiki path is /w and I also know, that I should change my setup to that new path.
cheers
Andreas