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
mvdbeek
changed the title
/api/users/current doesn't create new default history, anon user toolbox broken
/api/users/current doesn't create new default history, anon user history panel broken
Mar 13, 2024
The dependency in #17755 is probably the way to go, both for default histories and sessions ... where tracking sessions isn't required we should probably not create or fetch one.
Depending on your luck and the order of requests opening usegalaxy.org as an anon user will fail because we're hitting https://github.com/mvdbeek/galaxy/blob/204cf5322ca1946b2cf762c99b02029f00f34970/lib/galaxy/webapps/galaxy/services/users.py#L127. Instead I think this is a reasonable spot to create a new default history, as we do for all legacy API routes.
The text was updated successfully, but these errors were encountered: