Closed dleesalestreamsoft closed 2 years ago
I am getting this without a clue on how to fix it.
It seems like when I call my oauth using get with a token I dont get unauthoized but i get this error instead
SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer: "" (SQL: select * from "users" where "users"."id" = limit 1)
I been working on it for hours. trying to find any clue on what is going on.
Are you using client credentials grant type?
Did you solve it?
I am getting this without a clue on how to fix it.
It seems like when I call my oauth using get with a token I dont get unauthoized but i get this error instead
SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer: "" (SQL: select * from "users" where "users"."id" = limit 1)
I been working on it for hours. trying to find any clue on what is going on.