GeoNode / geonode-mapstore-client

MapStore Client for GeoNode
http://geonode.org/geonode-mapstore-client/master
Other
13 stars 102 forks source link

Request to rest/geostore in latest version when loading dashboard #1781

Open pchevali opened 2 weeks ago

pchevali commented 2 weeks ago

Describe the bug

When loading a dashboard created in version 4.1 in the latest 4.3 version there is a request to the folowing path, it results in 404 : /rest/geostore/resources/resource/[pk]/attributes

Expected Behavior

The request should be routed to the geonode api

Steps to Reproduce the Problem

  1. Open an existing dashboar
  2. Open debug tools
  3. Look for 404 on attributes

Specifications

pchevali commented 2 weeks ago

In the console the error seems to come from : storeDetailsInfoDashboardEpic At this place in the code It seems to be linked to the DetailsPanel change from mapstore :

https://github.com/geosolutions-it/MapStore2/commit/d40233dd4e5782603ecc545a2b1644aaa674a9e6

pchevali commented 2 weeks ago

The error is also present on stable.geonode.org

image