server
server copied to clipboard
Cannot jump to the login screen
Everything looks nice, I can see this screen of the local host:

My question is after clicking on login, it will automatically jump to the signup screen: (http://$MY_LOCAL_HOST_IP:8080/signup), and an error will be reported after registration input.

I've tried deleting docker and re-running wandb local, but it doesn't work, is there a step I've overlooked, or is it a bug in the new version?
The output of my docker logs wandb-local command is:

Looking forward to your help, thank you very much!
Hi @ZhangYikaii, could you please try the following:
- You would need to login into the container using
docker exec -it wandb-local bash - Then type
/usr/local/bin/local password [email protected](which would be your email address) - This will prompt you to enter a password
- You can then exit out of the container and try logging in with this email address and the password you just set
If that doesn't work and assuming you have no data logged to the W&B service - I'd recommend removing the volume and re-starting the docker image:
docker stop wandb-localdocker volume rm wandbdocker run --rm -d -v wandb:/vol -p 8080:8080 --name wandb-local wandb/local
hello, I've been struggling with the same problem as well: login screen disappear in a blink and replaced by signup screen. Any help is appreciated!
I already configured the user following the /usr/local/bin/local password [email protected] above so it gave me Entity already exists error.

Also tried LOCAL_RESTORE=true, which hangs on loading local environment and then jumps back to the default screen before login.

My setup:
- wandb, version 0.12.14
- Distributor ID: Ubuntu
- Description: Ubuntu 18.04.2 LTS
- Release: 18.04
- Codename: bionic
Also tested on mac os with same error.
on loading local environment and th
meet the same wired thing, cannot login (same setup as your)
with LOCAL_RESTORE=true to start (docker run -e LOCAL_RESTORE=true --rm -d -v wandb:/vol -p 8080:8080 --name wandb-local wandb/local), finally brings me to the signup page.
@rhuang-cbi Do you also see the [email protected] entry in the users.htpasswd file? If so, delete that entry and re-try the login from home page. That should likely fix the issue. We realize this is not the most convenient way but we are actively working to fix the bug that's causing this error internally. Thanks for your patience :)
@rhuang-cbi Do you also see the
[email protected]entry in theusers.htpasswdfile? If so, delete that entry and re-try the login from home page. That should likely fix the issue. We realize this is not the most convenient way but we are actively working to fix the bug that's causing this error internally. Thanks for your patience :)
@venky-wandb still cannot login or signup. More detailed tries pls see https://github.com/wandb/local/issues/64. With another try (https://github.com/wandb/local/issues/64#issuecomment-1106030481), finally I login successfully