Replies: 1 comment 3 replies
-
Did you publish the config? The only way this could be an array is if you changed something in the config. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Package Version: awcodes/filament-curator v3.7.7
Anytime i upload a media using curator this error shows: TypeError: Cannot access offset of type array in isset or empty at vendor/laravel/framework/src/Illuminate/Container/Container.php:1527
#0 vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1055): Illuminate\Container\Container->getAlias(Array)
#1 vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(124): Illuminate\Foundation\Application->make(Array, Array)
#2 vendor/awcodes/filament-curator/src/Http/Controllers/MediaController.php(38): app(Array)
...
It doesnt prevent the upload tho. Additional Info:
No custom MediaController in my codebase.
Error persists after clearing cache and confirming config.
Composer package version: v3.7.7
Actual Behavior:
Error thrown from package code: app(Array).
Beta Was this translation helpful? Give feedback.
All reactions