Hi, all!
I’m using ‘geonode/geoserver:2.15.4’ docker container, and I publish a layer from postgis by admin account.
When I calling by http client like postman:
I get an error:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> Could not find layer test:testlog:
But it shows normal in layer preview.
I guess this is a permission issue, which can only be seen after the admin logs in. because I log out and then use layer preview, which is also get a LayerNotDefined error.
Because our geoserver is deployed on the local network, so we can remove any permissions. What security options do I need to set?
Any suggestions would be welcome.