Skip to main content
Solved

Internal error issue

  • February 15, 2025
  • 1 reply
  • 12 views

metadana

I have tested the Dynamic block successfully but when I’m using live version I get error and it goes to fallback:
 

Level:error

Date:15 Feb 2025, 15:42 (UTC +03:30)

Description:Internal error

Type:Dynamic Block


I used the json same as document:

 

@api.route('/new_message', methods=['POST'])
def process_message():
    return {
        "version": "v2",
        "content": {
            "messages": [
            {
                "type": "text",
                "text": "simple text with button",
                "buttons": [
                {
                    "type": "url",
                    "caption": "External link",
                    "url": "https://manychat.com"
                }
                ]
            }
            ]
        }
    }

 

 

Best answer by metadana

fixed!!

View original
Did you find this topic helpful?

1 reply

metadana
  • Author
  • Up-and-Comer
  • 3 replies
  • Answer
  • February 15, 2025

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings