When a user was trying to transfer their account from fandom, they got an error saying:
Unable to log into the remote wiki to import your account. The remote wiki had the following error: Invalid value "//local.wiki" for URL parameter loginreturnurl.
My configuration is set like this since https is terminated at the edge.
$wgServer = "//local.wiki";
$wgCanonicalServer = "https://local.wiki";
When a user was trying to transfer their account from fandom, they got an error saying:
Unable to log into the remote wiki to import your account. The remote wiki had the following error: Invalid value "//local.wiki" for URL parameter loginreturnurl.My configuration is set like this since https is terminated at the edge.