Hi,
In Optimade APi responses, there is a field called _nmd_entry_page_url, we use that for viewing the data using your frontend. I believe it is currently broken. Here is an example:
"_nmd_entry_page_url": "https://nomad-lab.eu/prod/v1/gui/entry/id/Z1wYoBkSTfKPfwNNj8XkqA/1tFodtaLDMJPuhl0VsMjmBpWt7Le"
The link opens a blank page. However, slightly tweaking it works (removed "/Z1wYoBkSTfKPfwNNj8XkqA/" bit):
BROKEN: https://nomad-lab.eu/prod/v1/gui/entry/id/Z1wYoBkSTfKPfwNNj8XkqA/1tFodtaLDMJPuhl0VsMjmBpWt7Le
WORKS: https://nomad-lab.eu/prod/v1/gui/entry/id/1tFodtaLDMJPuhl0VsMjmBpWt7Le
Thanks.
Hi,
In Optimade APi responses, there is a field called _nmd_entry_page_url, we use that for viewing the data using your frontend. I believe it is currently broken. Here is an example:
"_nmd_entry_page_url": "https://nomad-lab.eu/prod/v1/gui/entry/id/Z1wYoBkSTfKPfwNNj8XkqA/1tFodtaLDMJPuhl0VsMjmBpWt7Le"
The link opens a blank page. However, slightly tweaking it works (removed "/Z1wYoBkSTfKPfwNNj8XkqA/" bit):
BROKEN: https://nomad-lab.eu/prod/v1/gui/entry/id/Z1wYoBkSTfKPfwNNj8XkqA/1tFodtaLDMJPuhl0VsMjmBpWt7Le
WORKS: https://nomad-lab.eu/prod/v1/gui/entry/id/1tFodtaLDMJPuhl0VsMjmBpWt7Le
Thanks.