Error in running form

Whenever I run my form, it ends without running the form. It insteads always ask for user Input. I have sufficient story examples. Following is the debug log Received user message ‘I want to buy a phone’ with intent ‘{‘id’: 1431458209532179226, ‘name’: ‘buy_phone_laptop’, ‘confidence’: 0.9867391586303711}’ and entities ‘[{‘entity’: ‘category’, ‘start’: 16, ‘end’: 21, ‘confidence_entity’: 0.8974024653434753, ‘value’: ‘phone’, ‘extractor’: ‘DIETClassifier’}]’ 2021-03-17 15:45:27 DEBUG rasa.core.processor - Current slot values: battery: None battery_backup: None budget: None camera: None category: phone ram: None requested_slot: None storage_capacity: None session_started_metadata: None 2021-03-17 15:45:27 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 10 events. 2021-03-17 15:45:27 DEBUG rasa.core.policies.memoization - Current tracker state: [state 0] user intent: greet | previous action name: utter_how_can_I_help [state 1] user intent: buy_phone_laptop | user entities: (‘category’,) | previous action name: action_listen | slots: {‘category’: (1.0,)} 2021-03-17 15:45:27 DEBUG rasa.core.policies.memoization - There is a memorised next action ‘product_search_form’ 2021-03-17 15:45:27 DEBUG rasa.core.policies.form_policy - There is no active form 2021-03-17 15:45:27 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.4). 2021-03-17 15:45:27 DEBUG rasa.core.policies.ensemble - Made prediction using user intent. 2021-03-17 15:45:27 DEBUG rasa.core.policies.ensemble - Added DefinePrevUserUtteredFeaturization(False) event. 2021-03-17 15:45:27 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_AugmentedMemoizationPolicy. 2021-03-17 15:45:27 DEBUG rasa.core.processor - Predicted next action ‘product_search_form’ with confidence 1.00. 2021-03-17 15:45:27 DEBUG rasa.core.actions.action - Calling action endpoint to run action ‘product_search_form’. 2021-03-17 15:45:29 DEBUG rasa.core.processor - Policy prediction ended with events ‘[<rasa.shared.core.events.DefinePrevUserUtteredFeaturization object at 0x0000029EA01D8790>]’. 2021-03-17 15:45:29 DEBUG rasa.core.processor - Action ‘product_search_form’ ended with events ‘[BotUttered(‘None’, {“elements”: null, “quick_replies”: null, “buttons”: null, “attachment”: null, “image”: null, “custom”: null}, {“template”: “utter_ask_ram”, “category”: “phone”}, 1615976129.9926789), <rasa.shared.core.events.ActiveLoop object at 0x0000029EA01F0EB0>, <rasa.shared.core.events.SlotSet object at 0x0000029EA01F0A30>]’. 2021-03-17 15:45:29 DEBUG rasa.core.processor - Current slot values: battery: None battery_backup: None budget: None camera: None category: phone ram: None requested_slot: ram storage_capacity: None session_started_metadata: None 2021-03-17 15:45:30 DEBUG rasa.core.policies.memoization - Current tracker state: [state 0] user intent: buy_phone_laptop | user entities: (‘category’,) | previous action name: action_listen | slots: {‘category’: (1.0,)} [state 1] user intent: buy_phone_laptop | user entities: (‘category’,) | previous action name: product_search_form | active loop: {‘name’: ‘product_search_form’} | slots: {‘category’: (1.0,)} 2021-03-17 15:45:30 DEBUG rasa.core.policies.memoization - There is a memorised next action ‘action_listen’ 2021-03-17 15:45:30 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, ‘buy_phone_laptop’. 2021-03-17 15:45:30 DEBUG rasa.core.policies.form_policy - There is an active form ‘product_search_form’ 2021-03-17 15:45:30 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.4). 2021-03-17 15:45:30 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_2_FormPolicy. 2021-03-17 15:45:30 DEBUG rasa.core.processor - Predicted next action ‘action_listen’ with confidence 1.00. 2021-03-17 15:45:30 DEBUG rasa.core.processor - Policy prediction ended with events ‘[]’. 2021-03-17 15:45:30 DEBUG rasa.core.processor - Action ‘action_listen’ ended with events ‘[]’. 2021-03-17 15:45:30 DEBUG rasa.core.lock_store - Deleted lock for conversation ‘57ae8bb29858416d80830fd62d1023d8’. Your input →

Having the same issue