Closed robbykrlos closed 4 years ago
Are you sure that you followed all upgrade steps? Not long ago we dropped the examples package and the dashboard routes / example controller should be in your local project (look in the repo)
You mean this?
[...]
the package is being deprecated and will no longer be maintained
for new projects, the relevant functionality (sample data for the dashboard charts) has been moved locally within Enso
for existing projects that may still use the package, they may continue using it
I guess I've interpreted this "for existing projects that may still use the package, they may continue using it" as "don't need to do anything"
Right, I guess that's not accurate. The package does not work with 3.7.1 anymore
Are you sure that you followed all upgrade steps? Not long ago we dropped the examples package and the dashboard routes / example controller should be in your local project (look in the repo).
I removed that line.
Thank you for your help and support!
This is a bug.
Prerequisites
Description
I don't believe this is an Enso bug, but maybe it happens to others, and maybe you can help with some hints.
Since we started the our project based on enso we did not change any dashboard details.
Since we've upgraded to approx 3.8.0 (could be one version previous to this one, not 100% sure) dashboard fails with:
After debugging it seems that the response from "data": enso\client\node_modules\@enso-ui\charts\src\bulma\ChartCard.vue
is:
Basically all calls to "/api/dashboard/*" respond with above message.
I'm currently investigating why the fallback to this "enso/resources/views/vendor/laravel-enso/core/index.blade.php" file - and what breaks in between.
Any hints & ideas are welcomed.
Thank you,