Skip to content

STAC Browser URL magic does not work #49

@j08lue

Description

@j08lue

There's a nice fancy line in the Dockerfile that is supposed to, as a default, configure the STAC Browser URL to link to the STAC API.

ENV REACT_APP_STAC_BROWSER="${REACT_APP_STAC_BROWSER}/#/external/$(echo ${REACT_APP_STAC_API} | sed 's|^https://||')"

Unfortunately, that does not seem to work. Looks like ENV cannot be set dynamically. So we should probably remove the magic. 😢

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions