[AI] Response [object Object]

Wappler Version: 7.3.1

Generated by Claude Sonnet 7.3.1

              {
                "name": "not_found",
                "module": "core",
                "action": "response",
                "options": {
                  "status": 404,
                  "data": {
                    "success": false,
                    "message": "Application not found or does not belong to your account."
                  }
                }
              },
```

probably need to see your server connect setup in order to speculate whats going on? have you tried connecting to the API through Postman. If I have issues with wappler or think there is a problem there I will always start with Postman first to make sure I am sending and receiving the correct data from the API. It looks like its not connecting correctly or not finding it….

AI generated data as an object and Wappler expects it to be a string.

Also related:

Fixed in Wappler 7.3.7

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.