-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logging in after starting a route removes you from that route #3339
Comments
The problem is that you logged in, just tested it. When making RouteBuilder I tested that you can do the tutorial and it still brings you to the route, but I didn't check for signing in! I just tried it now, and I get taken from the route if I sign in as you did. The first time this happened yesterday was probably for another reason entirely, it had to do with how I had just added streets to the database but had missed a step. |
Gotcha. Thanks Mikey. |
I've edited the title to reflect that the bug has to do with signing in! |
You can reproduce this by opening signing out on your local dev env, going to localhost:9000/routeBuilder, building a short route there, clicking save then "Explore route", then signing in through the navbar once the Explore page loads. I believe the issue is that signing in through the navbar ends up calling
where the The parameters that we probably want are There are some gross solutions like passing the route ID as an optional param to I think that gross solution number 1 is probably our best look? |
Oh wait! I'm now seeing that we are actually hardcoding in the
We do have access to the route ID here, so we should be able to include that in the URL if we are on a user-defined route! |
This happened to me today (and yesterday).
Unfortunately, I've burned 20+ mins (15 yesterday, 8 today) not realizing immediately that I'm on the custom route and, instead, auditing in the regular mission.
As an easy fix, let's just do this #3272 so I at least get verification that I'm on the correct route. This will help with the user study too.
Longer term, we'll have to figure out why this happens: is it because I logged in, or because of the tutorial, etc., and then try to fix it.
PredictionModel-IThoughtIWasDoingRoute2ButLooksLikeIWasntProblem.mp4
The text was updated successfully, but these errors were encountered: