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

Empty pages on a fresh new instance throw Internal server errors from SQL queries #7288

Open
anna-geller opened this issue Feb 10, 2025 · 1 comment
Assignees
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working

Comments

@anna-geller
Copy link
Member

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

image

similar issues happen on other pages like flows:

image

Environment

  • Kestra Version: develop
@anna-geller anna-geller added bug Something isn't working area/backend Needs backend code changes area/frontend Needs frontend code changes labels Feb 10, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Issues Feb 10, 2025
@anna-geller anna-geller added the kind/backport-needed Issue that needs to be backported to a previous version label Feb 10, 2025
@anna-geller anna-geller changed the title Empty pages on a fresh new instance throw SQLInternal server errors Empty pages on a fresh new instance throw Internal server errors from SQL queries Feb 10, 2025
@anna-geller anna-geller removed the kind/backport-needed Issue that needs to be backported to a previous version label Feb 10, 2025
@anna-geller
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants