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

Hitting a 400 table doesn't exist but completely breaks project. #6541

Open
royendo opened this issue Jan 30, 2025 · 1 comment
Open

Hitting a 400 table doesn't exist but completely breaks project. #6541

royendo opened this issue Jan 30, 2025 · 1 comment
Assignees
Labels
Type:Bug Something isn't working

Comments

@royendo
Copy link
Contributor

royendo commented Jan 30, 2025

Describe the bug
I seem to be having an issue with commercial weekly and its broken. I'd expect to see this error in the status page with a "X" instead of not being able to access anything in the UI.

It was resolved by refreshing all project in CLI but not sure how it got to this state. If i navigate to status with the few seconds that i have, its fine and I can see the table is being loaded still

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://ui.rilldata.com/rilldata/internal-commercial-insights
  2. Page hits 400, cant do anything.
  3. refresh the project from CLI fixed the issue

Expected behavior
If a source or model errors, see this in the status page.

Screenshots

Image

@royendo royendo added the Type:Bug Something isn't working label Jan 30, 2025
@ericpgreen2
Copy link
Contributor

This happens when you hover over the link-to-dashboard, and, in doing so, we call a function to preload some dashboard data. This eagerly-called function is throwing this error.

This blocking error page is a side effect of this issue, which we need to fix!

@ericpgreen2 ericpgreen2 self-assigned this Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants