Skip to content

login does not continue past /signin #211

@frank1210

Description

@frank1210

Describe the bug
After successful login website goes back to /signin. Same behaviour described in #85

Docker config

docker create \
    --name subspace \
    --restart always \
    --network host \
    --cap-add NET_ADMIN \
    --volume /data:/data \
    --env SUBSPACE_HTTP_HOST=subspace.dev.xxxx.com \
    --env SUBSPACE_LETSENCRYPT=0 \
    --env SUBSPACE_HTTP_ADDR=":80" \
    subspacecommunity/subspace:amd64-v1.5.0

We are using image amd64-v1.5.0 as suggested in #193

Additional context
From logs i was able to retrieve the following warning:
WARN[0341] auth: sign in required

Browser url and SUBSPACE_HTTP_HOST are matching.

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