Description:
Some links in MediaWiki represent invalid links. Links on a nonexistent page are lead to localhost.
Selected links (search the related logs and create this page) are bad.
Steps to reproduce:
Go to your your hosted mediawiki;
Go to any nonexistent page. For example: https://DOMAIN.COM/w/PAGE_ADDR where DOMAIN.COM is your domain and PAGE_ADDR is your name of nonexistent page;
Click to search the related logs or create this page link;
Look at the current URL.
Expected result:
Links href should represent a valid url.
Actual result:
Links domain is 127.0.0.1:port instead of real valid domain on which the project is deployed.
Description: Some links in MediaWiki represent invalid links. Links on a nonexistent page are lead to localhost. Selected links (
search the related logs
andcreate this page
) are bad.Steps to reproduce:
https://DOMAIN.COM/w/PAGE_ADDR
whereDOMAIN.COM
is your domain andPAGE_ADDR
is your name of nonexistent page;search the related logs
orcreate this page
link;Expected result: Links href should represent a valid url.
Actual result: Links domain is
127.0.0.1:port
instead of real valid domain on which the project is deployed.