Open-EO / openeo-hub

Source code for openEO Hub, a centralized platform to explore openEO back-end providers.
https://hub.openeo.org
Apache License 2.0
8 stars 3 forks source link

Collection descriptions are empty everywhere #87

Closed jdries closed 3 years ago

jdries commented 3 years ago

When looking at collections in the hub, descriptions are no longer shown, even though they are available in the JSON. image

JSON: https://openeo.vito.be/openeo/1.0/collections/PROBAV_L3_S10_TOC_NDVI_333M

m-mohr commented 3 years ago

Yes, all descriptions are missing. It seems to be an upstream breaking change in a minor version of the commonmark parser.

m-mohr commented 3 years ago

Descriptions should be back in!

christophfriedrich commented 3 years ago

Thanks for the hint, Jeroen!

How did you fix it, Matthias?

m-mohr commented 3 years ago

npm install commonmark@0.29.1 - I know this version worked before. 0.29.2 was broken. 0.29.3 may fix it, too, but I've not tested it yet.