We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
prisma.article.count()
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.
The text was updated successfully, but these errors were encountered:
Hi @Jkpanchal while the error sounds valid (due to the API, not yourself), I can't reproduce it. Please let me know if you can still reproduce it.
Sorry, something went wrong.
I have the same issue. It happens when I visit the deployed site as well. https://angular.realworld.how/
Edit: It just started working again
I don't know exact steps to reproduce it but when I hit this https://api.realworld.io/api/articles?limit=10&offset=0 endpoint or this endpoint https://api.realworld.io/api/articles an error shows randomly otherwise it works perfectly.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: