Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The property does not have a dash:viewer or dash:editor defined in the metadata schema. The solution is to update the property’s attributes in the appropriate metadata schema.

  2. Properties defined on a higher level in the hierarchy are not inherited in the extending classes. This seems to be a bug in the FDP reference implementation. An issue is filed in the FDP github repository, you can check on the progress there: https://github.com/FAIRDataTeam/FAIRDataPoint/issues/580

Publicly hosted FDP shows localhost urls

When an FDP is hosted on a public accessible domain (or IP address), subjects or some links in the UI can show up as localhost. A possible solution is to configure the instance.clientUrl property in application.yml is not configured properly. This value should reflect the domain (or IP address) the FDP is available at.

After updating the instance.clientUrl property, the FDP can show error messages like “Unable to get data”. Possible solutions:

  • Clean the triplestore and mongo database and restart the application. This is a viable solution if there is no metadata entered in the system yet. For a local setup using Docker Compose with GraphDB and Mongo:

    • docker compose down

    • remove the volumes for graphdb and mongo

    • docker compose up -d

ELSI

Email address visibility

...