Skip to content

official website error on high load  #713

@Ridten

Description

@Ridten

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions