Description
Hello,
There has already been an issue (#380) regarding accessing the local workspace URLs for GeoServer Cloud, but I am still struggling with this:
I can't access the following URL, which is provided when I click the preview of the "Tile Layers" in the web UI: http://localhost:9090/geoserver/cloud/< workspace >/gwc/demo/< workspace >:< layer >...
However, if I remove the workspace from the URL, I can access it:
http://localhost:9090/geoserver/cloud/gwc/demo/< workspace >:< layer >...
Additionally, the "Disk Quota" and "Disk Used" fields in the "Tile Layers" table in the web UI are not available, even after seeding.
I used the Docker Compose example from geoserver.org to deploy GeoServer Cloud:
https://geoserver.org/geoserver-cloud/deploy/docker-compose/stable/pgconfig/compose.yml
Could someone please help or point out any potential issues?
Thank you in advance!
Activity