You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm really sorry for the late reply, but the response should also contain debug (http) headers, can you post the output of those as well? You can use your favorite tool (or curl i-).
I also just got this error. In my case, the headers indicated line 11239 of the api.include.php file. Taking a look at it, the function was looking for a primary key, and sure enough my table didn't have one set.
Hi,
I have the following configuration:
A "Users" table with columns id, username and password (hash), tenant_id and role.
The following configuration of the api.php
If I take out the dbAuth and Authorization, it works and I get the data returned (GET - records/...).
When calling the login route I get the error:
POST: https://url/services/api.php/#
What could be the reason?
It runs in a docker container.
Greetings
Jayken
The text was updated successfully, but these errors were encountered: