Alex

Results 25 comments of Alex
trafficstars

> Was able to bypass this issue in a `vite` project with the `transformMixedEsModules` [option](https://www.npmjs.com/package/@rollup/plugin-commonjs/v/18.0.0-0#transformmixedesmodules) flag from `@rollup/plugin-commonjs` > > ``` > export default defineConfig({ > build: { > commonjsOptions:...

Facing the same issue, how did you solve it?

Steps to reproduce: - Try to build a following hierarchy: Car --Audi -----A4 -----A6 --BMW -----M5 -----X6 - Add global item, which will be the parent for "Car" item: "Transport"...

It is just a nightmare, two days in a row I can not run this Redash, docs not helping, endless errors in migrations for absent tables, orgs, users… unbelievable

> `manage database create_tables` helped: > > ``` > docker-compose run --rm server manage database create_tables > [+] Creating 2/2 > ✔ Container redash-postgres-1 Running 0.0s > ✔ Container redash-redis-1...