I have an Ionic app that has a user provider with a signup() method:
user
signup()
doSignup() { // set
In my case I was neglecting to return an Action in my NgRx Effect. I had a conditional statement which was only returning an Action on one condition.