question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[2.13.1] Retrying a transition doesn't change the URL

See original GitHub issue

This was working fine in 2.13.0. We’re doing something like in this Twiddle:

https://ember-twiddle.com/4527e05572935830785ef60c863564f9

In the Twiddle it works fine but in our production code it doesn’t. Try going to the other route - it will then transfer you to the login controller. If you click the Login button it will then “log you in” and retry the last transition - and in our production code this leaves the URL to be /login instead of changing it to be /other.

Interesting thing is that this only happens in our production case if you directly hit the other route after a refresh when you’re not logged in - i.e. you enter directly the URL with other and press Enter.

I’m not sure what else I could tell you, please ask if you need more information.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rwjbluecommented, May 18, 2017

Fixed in v2.13.2 (should be published in ~ 10 min).

0reactions
rwjbluecommented, May 18, 2017

Confirmed in the yarn.lock diff from 2.13.0 to 2.13.1:

 router_js@^1.2.4:
-  version "1.2.5"
-  resolved "https://registry.yarnpkg.com/router_js/-/router_js-1.2.5.tgz#ea211eddada3f3d92f5e6d9c24a5b57288752f75"
+  version "1.2.7"
+  resolved "https://registry.yarnpkg.com/router_js/-/router_js-1.2.7.tgz#f5cd153d87e31941d3a2bbd81700d5884c7bfc44"
Read more comments on GitHub >

github_iconTop Results From Across the Web

initial transition on Ember-2.14.0-beta.1 · Issue #15190
retry it doesn't work as expected. While it does ultimately transition correctly, it doesn't update the URL. You should be able to easily ......
Read more >
CSS transition doesn't work when javascript added ...
It seem the code needs to delay before assigning new property that cause browser can process the request. So you need to use...
Read more >
Changelog — Zope 2 documentation 2.13 documentation
This file contains change information for the current Zope release. Change information for previous versions of Zope can be found at ...
Read more >
Icinga 2 CHANGELOG
2 (2021-11-12)¶. This version only includes changes needed for the release of Icinga DB 1.0.0 RC2 and doesn't include any other bugfixes or...
Read more >
Kafka 2.1 Documentation
When using an Authorizer and a user doesn't have Describe authorization on a topic, the broker will no longer return TOPIC_AUTHORIZATION_FAILED errors to ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found