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
{{ message }}
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.
If a user visits an interact link before they have ever logged in, they are sent to the regular hub landing page. I think the fix for this is to change the default landing page to /user-redirect/. This has the side effect of starting up a user's server automatically after authenticating.
I don't know if the query params get passed all of the way through from first visit through user creation to user-redirect (to notebook).
The text was updated successfully, but these errors were encountered:
We discovered that the query params are getting lost during OAuth. @yuvipanda suggested setting a cookie with the query params before OAuth, then looking for them afterwards.
If a user visits an interact link before they have ever logged in, they are sent to the regular hub landing page. I think the fix for this is to change the default landing page to /user-redirect/. This has the side effect of starting up a user's server automatically after authenticating.
I don't know if the query params get passed all of the way through from first visit through user creation to user-redirect (to notebook).
The text was updated successfully, but these errors were encountered: