Hi,
I try to create a new very simple formatter. To do that, i follow this topic :
But when i use admin UI to insert my formatter (zip that contain a simple view.groovy file) i get this error :
This XML file does not appear to have any style information associated with it. The document tree is shown below.
Indeed, GN3 seems to search some sources with this URL http://localhost:8080/geonetwork.
http://localhost:8080/geonetwork/srv/fre/../…
http://localhost:8080/geonetwork/srv/
http://localhost:8080/geonetwork/
fre
But my webapp don’t use 8080.
How could i change this config and use correct URL ? Maybe have you another idea about this problem ?
Thanks a lot !
----- Groovy file content ----
handlers.add ‘gco:CharacterString’, {el → “
https://github.com/fgravin/core-geonetwork/commit/7b8ff448ea857b405ec446a62a86636436ee3584
Regards.