Predicting next action fallback after I reset the slots

Model predicting next action action_default_fallback after action_slot_reset. It should take next action action_listen.

2022-09-07 15:38:22 DEBUG    rasa.core.processor  - Predicted next action 'action_tables' with confidence 1.00.
2022-09-07 15:38:22 DEBUG    rasa.core.actions.action  - Calling action endpoint to run action 'action_tables'.
2022-09-07 15:38:24 DEBUG    rasa.core.processor  - Policy prediction ended with events '[]'.
2022-09-07 15:38:25 DEBUG    rasa.core.processor  - Action 'action_tables' ended with events '[BotUttered('120000-280000', {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, {}, 1662545304.9998546)]'.
2022-09-07 15:38:25 DEBUG    rasa.core.processor  - Current slot values:
        user: None
        subject: None
        travel_mode: None
        grade: None
        subject2: payscale
        subject_cat: None
        level: executives
        travel_mode_cat: None
        grade_executives: E8
        grade_board_level: None
        grade_workmen: None
        grade_supervisors: None
        grade_trainees: None
        requested_slot: None
        session_started_metadata: None
2022-09-07 15:38:25 DEBUG    rasa.core.policies.memoization  - Current tracker state:
[state 1] previous action name: action_listen | slots: {'level': (0.0, 0.0, 0.0, 1.0, 0.0, 0.0), 'grade_executives': (0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)}
2022-09-07 15:38:25 DEBUG    rasa.core.policies.memoization  - There is no memorised next action
2022-09-07 15:38:25 DEBUG    rasa.core.policies.rule_policy  - Current tracker state:
[state 1] user intent: inform_subject2 | user entities: ('subject2',) | previous action name: action_listen | slots: {'subject2': (1.0,)}
[state 2] user intent: inform_subject2 | user entities: ('subject2',) | previous action name: action_subject2_check | slots: {'subject2': (1.0,)}
[state 3] user intent: inform_subject2 | user entities: ('subject2',) | previous action name: level2_form | slots: {'subject2': (1.0,), 'level': (0.0, 0.0, 0.0, 1.0, 0.0, 0.0), 'grade_executives': (0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)}   
[state 4] user intent: inform_subject2 | user entities: ('subject2',) | previous action name: action_tables | slots: {'subject2': (1.0,), 'level': (0.0, 0.0, 0.0, 1.0, 0.0, 0.0), 'grade_executives': (0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)} 
2022-09-07 15:38:25 DEBUG    rasa.core.policies.rule_policy  - There is a rule for the next action 'action_slot_reset'.    
2022-09-07 15:38:25 DEBUG    rasa.core.policies.ted_policy  - TED predicted 'action_sender' based on user intent.
2022-09-07 15:38:25 DEBUG    rasa.core.policies.ensemble  - Predicted next action using policy_1_RulePolicy.
2022-09-07 15:38:25 DEBUG    rasa.core.processor  - Predicted next action 'action_slot_reset' with confidence 1.00.        
2022-09-07 15:38:25 DEBUG    rasa.core.actions.action  - Calling action endpoint to run action 'action_slot_reset'.        
2022-09-07 15:38:27 DEBUG    rasa.core.processor  - Policy prediction ended with events '[]'.
2022-09-07 15:38:27 DEBUG    rasa.core.processor  - Action 'action_slot_reset' ended with events '[<rasa.shared.core.events.AllSlotsReset object at 0x0000028914794188>]'.
2022-09-07 15:38:27 DEBUG    rasa.core.processor  - Current slot values:
        user: None
        subject: None
        travel_mode: None
        grade: None
        subject2: None
        subject_cat: None
        level: None
        travel_mode_cat: None
        grade_executives: None
        grade_board_level: None
        grade_workmen: None
        grade_supervisors: None
        grade_trainees: None
        requested_slot: None
        session_started_metadata: None
2022-09-07 15:38:27 DEBUG    rasa.core.policies.memoization  - Current tracker state:
[state 1] previous action name: action_listen
2022-09-07 15:38:27 DEBUG    rasa.core.policies.memoization  - There is no memorised next action
2022-09-07 15:38:27 DEBUG    rasa.core.policies.rule_policy  - Current tracker state:
[state 1] user intent: inform_subject2 | user entities: ('subject2',) | previous action name: action_listen | slots: {'subject2': (1.0,)}
[state 2] user intent: inform_subject2 | user entities: ('subject2',) | previous action name: action_subject2_check | slots: {'subject2': (1.0,)}
[state 3] user intent: inform_subject2 | user entities: ('subject2',) | previous action name: level2_form | slots: {'subject2': (1.0,), 'level': (0.0, 0.0, 0.0, 1.0, 0.0, 0.0), 'grade_executives': (0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)}   
[state 4] user intent: inform_subject2 | user entities: ('subject2',) | previous action name: action_tables | slots: {'subject2': (1.0,), 'level': (0.0, 0.0, 0.0, 1.0, 0.0, 0.0), 'grade_executives': (0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)} 
[state 5] user intent: inform_subject2 | user entities: ('subject2',) | previous action name: action_slot_reset
2022-09-07 15:38:27 DEBUG    rasa.core.policies.rule_policy  - There is no applicable rule.
2022-09-07 15:38:27 DEBUG    rasa.core.policies.ted_policy  - TED predicted 'action_sender' based on user intent.
2022-09-07 15:38:27 DEBUG    rasa.core.policies.ensemble  - Predicted next action using policy_1_RulePolicy.
2022-09-07 15:38:27 DEBUG    rasa.core.processor  - Predicted next action 'action_default_fallback' with confidence 0.30.  
2022-09-07 15:38:27 DEBUG    rasa.core.processor  - Policy prediction ended with events '[]'.
2022-09-07 15:38:27 DEBUG    rasa.core.processor  - Action 'action_default_fallback' ended with events '[BotUttered('I'm sorry, I didn't quite understand that. What would you want to know about?'

Any suggestions?

did you find any solution? I am facing the same problem.