{
"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….