Hello,
I am getting this error while calling https://api.realworld.io/api/articles?limit=10&offset=0 with this endpoint does anyone knows how am I fix this issue.
Below is full error message:-
Invalid prisma.article.count() invocation:
Error occurred during query execution:
ConnectorError(ConnectorError { user_facing_error: None, kind: QueryError(PostgresError { code: "26000", message: "prepared statement "s2920" does not exist", severity: "ERROR", detail: None, column: None, hint: None }), transient: false })
This error message shows with status code of 500.