When you try to send a metadata from the source GeoNetwork to a target GeoNetwork which is too older / not supported, you get only a "Failed" in the interface :
Fail ❌
When you watch at the dev console, you clearly see the HTTP error and the cause :
{
"info": {
"msg": "Version 3.8.2 not in allowed range ['4.2.2', '4.999']",
"url": "https://portail.sig.rennesmetropole.fr/geonetwork/srv/api/site",
"content": {}
}
}
This kind of error must clearly be sent back to the user to be more comprehensive.
When you try to send a metadata from the source GeoNetwork to a target GeoNetwork which is too older / not supported, you get only a "Failed" in the interface :
Fail ❌
When you watch at the dev console, you clearly see the HTTP error and the cause :
This kind of error must clearly be sent back to the user to be more comprehensive.