You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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;
Browser: Tor 14.0.2
The text was updated successfully, but these errors were encountered:
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.
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;
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;
Browser: Tor 14.0.2
The text was updated successfully, but these errors were encountered: