datopian / frontend-v2

CKAN / Data Portal frontend as microservice in pure Javascript (Node).
http://tech.datopian.com/frontend/
MIT License
38 stars 18 forks source link

Fix missing resource URL/path breaks frontend showcase page loading #180

Closed gavram closed 4 years ago

gavram commented 4 years ago

@anuveyatsu

Please, can you review this?

This fixes https://gitlab.com/datopian/core/support/-/issues/251#note_406719012

On ODDK backend there are externally linked resources with missing URLs. This breaks text view feature functionality and dataset (showcase) page loading with the error message Something failed. Please, try again later. These changes capture such resources and override their processing.

After these changes, the pages are loading well.