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
I rolled this back on production, but I have commit 1ac9e50 deployed to https://staging-crates-io.herokuapp.com/ if you/anyone wants to take a look. I am also able to reproduce running the frontend locally with yarn run start:live.
Click on "Browse All Crates" at the top, this works fine
Click on any crate's link
The URL changes as expected
The page scrolls back to the top as expected
I see ajax requests to /api/v1/crates/:crate_name and /api/v1/crates/:crate_name/version happen, so it's trying to load something, but I'm expecting ajax requests to the crate's authors, owners, reverse dependencies, dependencies, and downloads too :(
The page content does not change to the crate page's content and remains as the browse all crates page's content, unexpected :(
I am able to reproduce the unexpected behavior in both firefox 53.0.3 and chrome 58.0.3029.110 (64-bit) on macos.
The text was updated successfully, but these errors were encountered:
@locks halp :(
I rolled this back on production, but I have commit 1ac9e50 deployed to https://staging-crates-io.herokuapp.com/ if you/anyone wants to take a look. I am also able to reproduce running the frontend locally with
yarn run start:live
.One way to reproduce:
/api/v1/crates/:crate_name
and/api/v1/crates/:crate_name/version
happen, so it's trying to load something, but I'm expecting ajax requests to the crate's authors, owners, reverse dependencies, dependencies, and downloads too :(I am able to reproduce the unexpected behavior in both firefox 53.0.3 and chrome 58.0.3029.110 (64-bit) on macos.
The text was updated successfully, but these errors were encountered: