Skip to content
New issue

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

Show server error while calling https://api.realworld.io/api/articles?limit=10&offset=0 with this end point. #286

Open
Jkpanchal opened this issue Aug 22, 2024 · 3 comments

Comments

@Jkpanchal
Copy link

Jkpanchal commented Aug 22, 2024

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.

@geromegrignon
Copy link
Contributor

geromegrignon commented Aug 22, 2024

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.

@RanafaB18
Copy link

RanafaB18 commented Aug 28, 2024

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

@Jkpanchal
Copy link
Author

Jkpanchal commented Aug 29, 2024

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants