Empty pages on a fresh new instance throw Internal server errors from SQL queries #7288
Labels
area/backend
Needs backend code changes
area/frontend
Needs frontend code changes
bug
Something isn't working
Describe the issue
Internal server error Internal server error: SQL [select , count() over () “total_count” from (select “value” from executions where (“tenant_id” is null and “deleted” = cast(? as boolean) and namespace <> cast(? as varchar) and true) order by “start_date” desc) “page” where true offset ? rows fetch next ? rows only]; Column “NAMESPACE” not found; SQL statement: select , count() over () “total_count” from (select “value” from executions where (“tenant_id” is null and “deleted” = cast(? as boolean) and namespace <> cast(? as varchar) and true) order by “start_date” desc) “page” where true offset ? rows fetch next ? rows only [42122-232]
Fresh new instance gives the above error
similar issues happen on other pages like flows:
Environment
The text was updated successfully, but these errors were encountered: