ankane / blazer

Business intelligence made simple
MIT License
4.5k stars 471 forks source link

[3.0.0] Blank page on new query #446

Closed CROUZET closed 11 months ago

CROUZET commented 11 months ago

Hello,

bumping Blazer from 2.6.5 to 3.0.0.

Blank page and error triggered in the console when accessing url: /blazer/queries/new

new:72 Uncaught TypeError: Vue.createApp is not a function
    at new:72:17

Same error using Firefox, chrome or Vivaldi

same error with blazer's 'master' branch.

Back to normal when downgrading to 2.6.5

Thanks!

ankane commented 11 months ago

Hi @CROUZET, I'm not sure how to reproduce, but it sounds like the assets may be outdated. Try clearing them with rails assets:clobber.

CROUZET commented 11 months ago

Thx a lot Ankane, it worked :)