After story ends issue

i have a strange issue,

i have a story with a form, after the slots have all been filled and process is done im calling

return [AllSlotsReset()]

but after that i cant start any other story, i always get a the log

action_default_fallback

log

Adding following selector key to message property: default
2022-08-01 13:23:38 DEBUG    rasa.core.processor  - Received user message 'reserve a room' with intent '{'id': 8448046674771665604, 'name': 'make_reservation', 'confidence': 0.8306573629379272}' and entities '[]'
2022-08-01 13:23:38 DEBUG    rasa.core.processor  - Logged UserUtterance - tracker now has 4 events.
2022-08-01 13:23:38 DEBUG    rasa.core.policies.rule_policy  - Current tracker state:
[state 1] user text: reserve a room | previous action name: action_listen
2022-08-01 13:23:38 DEBUG    rasa.core.policies.rule_policy  - There is no applicable rule.
2022-08-01 13:23:38 DEBUG    rasa.core.policies.rule_policy  - Current tracker state:
[state 1] user intent: make_reservation | previous action name: action_listen
2022-08-01 13:23:38 DEBUG    rasa.core.policies.rule_policy  - There is no applicable rule.
2022-08-01 13:23:38 DEBUG    rasa.core.policies.memoization  - Current tracker state:
[state 1] user intent: make_reservation | previous action name: action_listen
2022-08-01 13:23:38 DEBUG    rasa.core.policies.memoization  - There is a memorised next action 'utter_request_information'
2022-08-01 13:23:38 DEBUG    rasa.core.policies.ted_policy  - TED predicted 'utter_request_information' based on user intent.
2022-08-01 13:23:38 DEBUG    rasa.core.policies.ensemble  - Made prediction using user intent.
2022-08-01 13:23:38 DEBUG    rasa.core.policies.ensemble  - Added `DefinePrevUserUtteredFeaturization(False)` event.
2022-08-01 13:23:38 DEBUG    rasa.core.policies.ensemble  - Predicted next action using policy_1_MemoizationPolicy.
2022-08-01 13:23:38 DEBUG    rasa.core.processor  - Predicted next action 'utter_request_information' with confidence 1.00.
2022-08-01 13:23:38 DEBUG    rasa.core.processor  - Policy prediction ended with events '[<rasa.shared.core.events.DefinePrevUserUtteredFeaturization object at 0x7fc8a10fda60>]'.
2022-08-01 13:23:38 DEBUG    rasa.core.processor  - Action 'utter_request_information' ended with events '[BotUttered('i will be glad to assist you
please provide me with the following information', {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, {"utter_action": "utter_request_information"}, 1659349418.963009)]'.
2022-08-01 13:23:38 DEBUG    rasa.core.policies.rule_policy  - Current tracker state:
[state 1] user intent: make_reservation | previous action name: action_listen
[state 2] user intent: make_reservation | previous action name: utter_request_information
2022-08-01 13:23:38 DEBUG    rasa.core.policies.rule_policy  - There is no applicable rule.
2022-08-01 13:23:38 DEBUG    rasa.core.policies.memoization  - Current tracker state:
[state 1] user intent: make_reservation | previous action name: action_listen
[state 2] user intent: make_reservation | previous action name: utter_request_information
2022-08-01 13:23:38 DEBUG    rasa.core.policies.memoization  - There is a memorised next action 'reservation_form'
2022-08-01 13:23:38 DEBUG    rasa.core.policies.ted_policy  - TED predicted 'reservation_form' based on user intent.
2022-08-01 13:23:38 DEBUG    rasa.core.policies.ensemble  - Predicted next action using policy_1_MemoizationPolicy.
2022-08-01 13:23:39 DEBUG    rasa.core.processor  - Predicted next action 'reservation_form' with confidence 1.00.
2022-08-01 13:23:39 DEBUG    rasa.core.actions.forms  - Activated the form 'reservation_form'.
2022-08-01 13:23:39 DEBUG    rasa.core.actions.forms  - No pre-filled required slots to validate.
2022-08-01 13:23:39 DEBUG    rasa.core.actions.forms  - Validating user input 'UserUttered(text: reserve a room, intent: make_reservation, use_text_for_featurization: False)'.
2022-08-01 13:23:39 DEBUG    rasa.core.actions.forms  - Validating extracted slots: {}
2022-08-01 13:23:39 DEBUG    rasa.core.actions.action  - Calling action endpoint to run action 'validate_reservation_form'.
2022-08-01 13:23:39 DEBUG    rasa.core.actions.forms  - Request next slot 'first_name'
2022-08-01 13:23:39 DEBUG    rasa.core.processor  - Policy prediction ended with events '[]'.
2022-08-01 13:23:39 DEBUG    rasa.core.processor  - Action 'reservation_form' ended with events '[<rasa.shared.core.events.ActiveLoop object at 0x7fc88fe14af0>, <rasa.shared.core.events.SlotSet object at 0x7fc8a2fff850>, BotUttered('please provide me with your first name as in your Passport', {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, {"utter_action": "utter_ask_reservation_form_first_name"}, 1659349419.028235)]'.