Error while using custom templates in domain file

utter_get_details:

  • custom: form:
    • label: name placeholder: Enter your name type: text pattern: name
    • label: Resume placeholder: please select type: file accept: .jpg,.png,.pdf maxsize: 200000
    • label: Qualification type: select placeholder: Please select highest Qualification options: [btech,bcom,masters] responces:
    • text: this is form templateFunction: form

while using above response template in domain file its shows as follows

ERROR rasa.core.processor - Encountered an exception while running action ‘utter_get_details’. Bot will continue, but the actions events are lost. Please check the logs of your action server for more information.

thanks in advance

hi @rohith - I guess this custom template gets rendered by a custom channel you are using? Try running with the --debug flag on, seems to be an issue formatting the message json in the output channel.