lamanchy / bis

0 stars 1 forks source link

API: Fetching user by id fails with 500 #3

Closed mrkvon closed 2 years ago

mrkvon commented 2 years ago

GET /api/frontend/users/:id/

Response status: 500

Response body:

<!doctype html>
<html lang="en">

<head>
    <title>Server Error (500)</title>
</head>

<body>
    <h1>Server Error (500)</h1>
    <p></p>
</body>

</html>

Only tested with production. Haven't tested locally.

The same with GET /api/frontend/users/?page=1

lamanchy commented 2 years ago

Yess, sorry, I forgot to push the fix, it's there now.

mrkvon commented 2 years ago

Thanks a lot! It is. :)