Forms not re-requesting data

I have an form to request value for a specific slot (I have defined the story, added the form in the domain, follow the same format as in the example from the rasa documentation for the forms). When the form is active, everything works fine as long as I provide the correct response for the requested slot, but when I provide an answer which doesn’t fill in the slot, the question is not repeated, but instead crashes (I.e goes to default action. I also see the delorean activated message and lose all the data from the tracker that were added in and after the previous user turn).

Note:

  • I don’t use an intent as an identifier in the forms since I rely on my entity extractor to catch the values to be filled in the slots.
  • I use the “Augmented Memoization Policy”

and as an extension, I added a temporary intent such as “continue” when ever I catch the values that are for the form, and I added stories with continue (happy path) and stop (unhappy path) into the stories, but still I have the same problem. I also tried this setup with just having these two stories in my stories file.