Playground with default NLU, forms ... not working

I am testing the playground without changing any NLU, forms …

But the assistant does not response after I give it my email.

1 Like

@afattahi it’s the know bug and rasa team are aware, meanwhile you can use the suggestion mentioned on the this thread and run your code.

Good Luck, hope this will solve you issue.

I was able to make it run locally by replacing the ‘mappings: []’ in the domain.yml file with

    mappings:
    - type: from_text
      conditions:
      - active_loop: newsletter_form
        requested_slot: email

(i.e. basically took the slot definition of email from forms.yml and pasted it in domain.yml.) Hope it helps.

How can i fix it?