edwardzev
Member
Hi, I am trying to pass post request to supabase which is sql database service.
It returns me error that Could not find the 'msg_txt' column of 'messages' in the schema cache. When I try to send the same request via Postman it goes well.
Can't understand where the problem is.
This is postman body that works.
{
"sender": "972506486998",
"push_name": "Benjamin Zevelev",
"msg_text": "Test message",
"msg_id": "ABC12345",
"from_me": false,
"broadcast": false
}
This is pabbly that doesn't.
Do you have any Idea what's is the problem?
It returns me error that Could not find the 'msg_txt' column of 'messages' in the schema cache. When I try to send the same request via Postman it goes well.
Can't understand where the problem is.
This is postman body that works.
{
"sender": "972506486998",
"push_name": "Benjamin Zevelev",
"msg_text": "Test message",
"msg_id": "ABC12345",
"from_me": false,
"broadcast": false
}
This is pabbly that doesn't.
Do you have any Idea what's is the problem?