Skip to content

Modify how the plugin checks supported GeoNode versions #318

@Gpetrak

Description

@Gpetrak

The QGISGeoNode plugin currently uses the version.txt file to determine supported GeoNode versions by accessing the URL:
<geonode_instance_domain>/version.txt.

However, starting with GeoNode 5, this endpoint requires authentication, which prevents the plugin from validating the version successfully.

To address this, we plan to modify the way the plugin checks the GeoNode version. Instead of using the version.txt file, the plugin will verify the GeoNode API client version by checking if the response from /api/v2 is valid.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions