Bump, also getting this in php7 with version 2.3.12.
Why is this marked as resolved ?
For those that need a quick for this issue, this should do it.
add_filter('network_site_url', function($url, $path, $scheme){
if($path === 'wp-login.php?action=lostpassword'){
$url = site_url($path, $scheme);
}
return $url;
},10,3);
Ignore, I’ve got something preventing attachements.js loading.