route#refresh no longer works
See original GitHub issueApp demoing that this.refresh()
in an engine route works in ember 3.5.1, but not ember 3.6
Never calls model hook: https://github.com/amk221/-ember-engine-refresh-route/commit/71dd1b606e5a33d01ede516aa6936bc5b2683b1d#diff-394600f34d48dad6f0abc29af03d8b1bR5
Issue Analytics
- State:
- Created 5 years ago
- Comments:21 (9 by maintainers)
Top Results From Across the Web
React-router URLs don't work when refreshing or writing ...
The historyApiFallback is what fixed this issue for me. Now routing works correctly and I can refresh the page or type in the...
Read more >Fixing the 'cannot GET /URL' error on refresh with React ...
There are two main ideas for solving this problem. The first, set up both client and server side routing. The second, redirect all...
Read more >Solved: Soft reset and Route refresh in BGP - Cisco Community
Route Refresh adds another message to BGP allowing a router to ask its peer to resend the routes again, and requires no configuration...
Read more >Route.refresh() does not work properly with error routes #10952
Hello everyone,. we've discovered a weird behavior related to error routes in ember and the Route.refresh() method.
Read more >BGP Route Refresh Capability - NetworkLessons.com
This works but it's not very efficient. Your router will store an entire table for each BGP neighbor with the unmodified prefixes, you'll...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have a fix here https://github.com/tildeio/router.js/pull/284
Tried with
ember-source 3.9.0
and works 👌