Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

login does not continue past /signin #211

Open
frank1210 opened this issue Oct 13, 2021 · 2 comments
Open

login does not continue past /signin #211

frank1210 opened this issue Oct 13, 2021 · 2 comments

Comments

@frank1210
Copy link

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.

@rikki
Copy link

rikki commented Nov 20, 2021

set SUBSPACE_HTTP_INSECURE=true

@pashkasan
Copy link

have the same problem, even with SUBSPACE_HTTP_INSECURE=true, but working by specifing server ip SUBSPACE_HTTP_HOST='1.2.3.4' and access admin interface by server ip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants