You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I deploy binderhub (chart version 0.2.0-017.7c50358) with authentication enabled (documentation), I get error if I set binderhub.replicas higher than 1
binderhub:
pdb:
minAvailable: 1replicas: 2
When I go to binderhub page, I am redirected to "Authorize access" page (which is okay/normal for the moment):
When I click on the "Authorize" button, I get oauth state does not match. Try logging in again. error and this error doesn't occur if replicas is 1:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/tornado/web.py", line 1543, in _execute
result = yield result
File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1099, in run
value = future.result()
File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 296, in wrapper
result = func(*args, **kwargs)
File "/usr/local/lib/python3.6/types.py", line 248, in wrapped
coro = func(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/jupyterhub/services/auth.py", line 973, in get
raise HTTPError(403, "oauth state does not match. Try logging in again.")
tornado.web.HTTPError: HTTP 403: Forbidden (oauth state does not match. Try logging in again.)