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

official website error on high load #713

Closed
Ridten opened this issue Nov 25, 2024 · 3 comments
Closed

official website error on high load #713

Ridten opened this issue Nov 25, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Ridten
Copy link

Ridten commented Nov 25, 2024

Opening main page welcomed with next error message:

In "index.sql": The following error occurred while executing an SQL statement:
error returned from database: (code: 1) no such table: example

The SQL statement sent by SQLPage was:
SELECT 'dynamic' AS component, properties FROM example WHERE component = 'shell' LIMIT 1;

image

The documentation page also gives an error:

In "documentation.sql": The following error occurred while executing an SQL statement:
error returned from database: (code: 1) no such table: example

The SQL statement sent by SQLPage was:
SELECT 'dynamic' AS component, json_patch(json_extract(properties, '$[0]'), json_object('title', coalesce(CAST(? AS TEXT) || ' - ', '') || 'SQLPage Documentation')) AS properties FROM example WHERE component = 'shell' LIMIT 1;

image

Browser: Tor 14.0.2

@Ridten Ridten added the bug Something isn't working label Nov 25, 2024
@Ridten
Copy link
Author

Ridten commented Nov 25, 2024

Now evrything works fine

@Ridten Ridten closed this as completed Nov 25, 2024
@lovasoa
Copy link
Collaborator

lovasoa commented Nov 25, 2024

Hello, we had issues because of an important load on the website today. I'm investigating what went wrong and will try to improve things to make SQLPage in general handle very high request volumes better.

I believe the underlying issue is launchbadge/sqlx#2510

@lovasoa lovasoa changed the title Error on main website official website error on high load Nov 25, 2024
@lovasoa lovasoa reopened this Nov 25, 2024
@lovasoa
Copy link
Collaborator

lovasoa commented Nov 25, 2024

I'm leaving this opened until we pinpoint and fix the underlying issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants