rilldata / rill

Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
https://www.rilldata.com
Apache License 2.0
1.71k stars 116 forks source link

`vite dev` hangs #5702

Closed ericpgreen2 closed 1 month ago

ericpgreen2 commented 1 month ago

We've recently started having problems running the app via Vite's dev mode with HMR. Seemingly, the dev server spontaneously stops serving the application, and the only remedy is to restart the dev server.

I've seen this error message in the browser console: Image

Some thoughts on paths forward:

See https://github.com/vitejs/vite/issues/11468

mindspank commented 1 month ago

Ah so that's what it was! Thought I was going insane the other day 😂

ericpgreen2 commented 1 month ago

Closed by https://github.com/rilldata/rill/pull/5797