You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Able to reproduce the behaviour outside of your code, the problem is isolated to Laravel Excel.
Checked that your issue isn't already filed.
Checked if no PR was submitted that fixes this problem.
Versions
PHP version: 8.1.3
Laravel version: 9.6
Nova version: 4.0.4
Package version: 1.3
Description
Steps to Reproduce
After upgrading to Nova 4.0, the package caused a fatal error which was fixed in 1.3. However, I'm still running into the following error when exporting from an inline action in Nova.
Method Maatwebsite\LaravelNovaExcel\Requests\ExportResourceActionRequest::forAllMatchingResources does not exist. {"userId":1,"exception":"[object] (BadMethodCallException(code: 0): Method Maatwebsite\\LaravelNovaExcel\\Requests\\ExportResourceActionRequest::forAllMatchingResources does not exist. at /vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php:113)
The text was updated successfully, but these errors were encountered:
Prerequisites
Versions
Description
Steps to Reproduce
After upgrading to Nova 4.0, the package caused a fatal error which was fixed in 1.3. However, I'm still running into the following error when exporting from an inline action in Nova.
Method Maatwebsite\LaravelNovaExcel\Requests\ExportResourceActionRequest::forAllMatchingResources does not exist. {"userId":1,"exception":"[object] (BadMethodCallException(code: 0): Method Maatwebsite\\LaravelNovaExcel\\Requests\\ExportResourceActionRequest::forAllMatchingResources does not exist. at /vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php:113)
The text was updated successfully, but these errors were encountered: