-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
[Bug]: articles api is broken #1576
Comments
direct link: https://api.realworld.io/api/articles |
Hi @tobiu it happens sometimes since I had to move from a free to a paid database due to the current traffic. I need to investigate on it (more likely related to PG bouncer) but I don't have free available time for it right now. The daily server reset sounds fixing it meanwhile. |
Update from #1611 states that the API server has been deleted. I can't say that I would envy the responsibility of maintaining such a service, so that's totally understandable. Thank you @geromegrignon for your years of shepherding this project and building it into what it is! I wonder if there might be a way for the community to take over ownership to keep it alive? A couple of ideas:
|
Micro-Learning Topic: SQL injection (Detected by phrase)Matched on "SQLi"This is probably one of the two most exploited vulnerabilities in web applications and has led to a number of high profile company breaches. It occurs when an application fails to sanitize or validate input before using it to dynamically construct a statement. An attacker that exploits this vulnerability will be able to gain access to the underlying database and view or modify data without permission. Try a challenge in Secure Code WarriorHelpful references
|
Relevant scope
Backend specs
Description
not sure if the specs changed.
open: https://demo.realworld.how/
500 internal server error:
"\nInvalid
prisma.article.count()
invocation:\n\n\nError occurred during query execution:\nConnectorError(ConnectorError { user_facing_error: None, kind: QueryError(PostgresError { code: "26000", message: "prepared statement \"s1555\" does not exist", severity: "ERROR", detail: None, column: None, hint: None }), transient: false })"The text was updated successfully, but these errors were encountered: