transitionTo doesn't work in user creation
See original GitHub issueHi everyone.
I’m having a little issue when I create a user, in “then” callback doesn’t change to index route until I refresh the page, can you help me please? I think I’m doing as the torii-emberfire-firebase documentation.
that.get('firebaseService')
.auth()
.createUserWithEmailAndPassword(
ctrl.email,
ctrl.password
)
.then(function(){
that.transitionTo('/');
})
.catch(function(error){
Ember.set(that.currentModel, 'flag', true);
Ember.set(that.currentModel, 'error', error.message);
})
Thank you for your help.
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
why css transition doesn't work - Stack Overflow
I'm trying to add transition but it doesnt work I added transition to my links and expect changes on hover state I used...
Read more >Why css transition doesn't work on newly created element?
The plan is to create a new DOM element with full height and width with transparent background and then add background-color class to...
Read more >Can't get Assign to Current User post-function to work on the ...
You have added the "Assign to Current User" post-function to the Create Issue transition of a workflow, and it appears not to work....
Read more >Morph transition: Tips and tricks - Microsoft Support
Learn how to use the Morph transition in PowerPoint to easily create animations and movements of objects, images, words, and characters across your ......
Read more >Applying transitions in Premiere Pro - Adobe Support
A transition is an effect added between pieces of media to create an animated ... Changing the default transition doesn't affect transitions ......
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 just solved this issue myself similarly to @tonycoco suggestion:
You’ll probably want something like: