I am having an issue with the ngrx store not dispatching an action to the effect supposed to deal with it.
Here is the component that tries to dispatch:
If you are using version 8, ensure you wrap each action with createEffect.
createEffect
Example:
Create$ = createEffect(() => this.actions$.pipe(...))