Closed adhithya71 closed 1 year ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
I think this is most likely an issue with your single user server, e.g. JupyterLab or jupyter notebook.
You can try asking on the community forum https://discourse.jupyter.org/ to see if anyone has an idea of the problem, or if you can come up with a self contained example you could open a bug on the relevant repository.
Either way, please include enough information for someone to reproduce the problem. Thanks!
Bug description :
I am using jupyterhub with custom authentication where a userId is extracted from jwt , and a notebook is spawned on that userId . But when I launch multiple notebooks with different userId from the same browser , it loads the first notebook . The new userId has been passed correctly in the logs , but somewhere it changes and the previous values are loaded . This works fine when I launch each unique notebook in different browsers .