Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Layer Preview(OpenLayers) with wrong url #77

@shan1iu

Description

@shan1iu

i was trying to preview the new added layer with OpenLayers format but the redirect url starts with genode instead of localhost:8080 hence the openlayer js&css is not loaded correctly

http://geonode/geoserver/....
expected: http://localhost:8080/geoserver/....

i am using docker-compose and here's my yml file

version: "3.8"
services:
  geoserver:
    image: "geonode/geoserver"
    ports:
      - "8080:8080"
    volumes:
      - "/var/run/docker.sock:/var/run/docker.sock"
      - "./geoserver/data/:/geoserver_data/data"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions