<div dir="ltr"><div dir="ltr"><div dir="ltr">Currently QGIS parses GeoNode's version with a simple .toInt(): <a href="https://github.com/qgis/QGIS/blob/master/src/core/geocms/geonode/qgsgeonoderequest.cpp#L275">https://github.com/qgis/QGIS/blob/master/src/core/geocms/geonode/qgsgeonoderequest.cpp#L275</a></div><div>but GeoNode adds more informations to the minor version, for instance "rc" for a release candidate. This makes the parsing fail and thus layers are not fetched.</div><div><br></div><div>As an example look at the "geonode_version" field on the master demo instance: <a href="http://master.demo.geonode.org/api/layers/">http://master.demo.geonode.org/api/layers/</a></div><div><br></div><div>Probably a regex should be used to extract only the first numbers from the minor version part.</div><div><br></div><div>Best,</div><div>Giovanni</div></div></div>