-
-
Notifications
You must be signed in to change notification settings - Fork 151
Description
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