...
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 and instance.persistentUrl
properties in application.yml
is not configured properly. This value These values should reflect the domain (or IP address) the FDP is available at.
After updating the instance.clientUrl
property and instance.persistentUrl
properties, the FDP can show error messages like “Unable to get data”. Possible solutions:
...