Mior Muhammad Zaki
Mior Muhammad Zaki
There's a new prompt in `nova:install` command to solve this. For existing application above code work or you can update `App\Providers\NovaServiceProvider`: ```diff /** * Register the Nova routes. * *...
Please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example)
Seems to be related to https://github.com/laravel/nova-issues/issues/5339#issuecomment-1437511009 Is everyone on the same free Vapor setup?
 There's no `r_t` or `k` field based on the example repository
The cards component doesn't have access to the dashboard name and changing this on patch releases may cause massive breaking changes, especially for 3rd party packages. We can only look...
Mainly because we will need to change this logic: https://github.com/laravel/nova/blob/1e0684663c3482d866e0bc3c7136aabb66e41c2b/resources/js/components/Metrics/ValueMetric.vue#L163-L171  This can be done for built-in metrics but any existing 3rd party metrics wouldn't...
Unable to reproduce the issue, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example)
The doc block parameter of `$groupBy` is and has always been `string`. `Illuminate\Database\Query\Expression` however no longer has `__toString()` method since Laravel 10 which would cause this issue.
The URLs are generated via Axios, I'll talk with the team regarding where's the best place to document this limitation.
Close and reopen PR to trigger travis build. I can't merge this yet without having a stable CI environment. https://travis-ci.org/github/botman/driver-web/jobs/724012686