-
Notifications
You must be signed in to change notification settings - Fork 122
Error 503 and then token is required when using jupyter/docker-stacks image example #259
Comments
Try adding Token support was a recent addition to the notebook server, docker stacks, and tmpnb. We just need to update the README here. |
I tried When I wait a bit, I don't get 503, just the token request. From 8000, I get redirected to:
This is the
Filling out the token would be actually fine with me if I would know it. |
I see, when I specify the token with
But as mentioned earlier without specifying the token, it does not work. |
I don't know how to not require the token from the user if I would decide to do so.
I get the 503 error time to time but it is always just right after start of the "tmpnb" container, so I think at this point is it just because it is not ready yet, so no issue there. |
I'm trying the example from the README for Using jupyter/docker-stacks images but I get error 503 and then token is required. I used these commands:
At port 8000 I get first 503:
And then when I reload the page, I get request for password or token:
This
docker log proxy
:This is part of the
docker log tmpnb
:These are running containers:
I get the same when I use
--NotebookApp.trust_xheaders=True
as in Using jupyter/docker-stacks images or not as in Launching with your own Docker images:The basic example from README works for me.
The text was updated successfully, but these errors were encountered: