whitecube / nova-page

Static pages content management for Laravel Nova
https://whitecube.github.io/nova-page
MIT License
238 stars 41 forks source link

Trix editor image upload error #71

Closed lefrancois closed 3 years ago

lefrancois commented 3 years ago

When trying to insert an image in Trix field following error occurs:

Argument 1 passed to Whitecube\NovaPage\Pages\StaticResource::__construct() must be an instance of Whitecube\NovaPage\Pages\Template, instance of Whitecube\NovaPage\Pages\Manager given, called in /Users/michaellefrancois/www/www.trash2treasure.eu/vendor/laravel/nova/src/Http/Requests/InteractsWithResources.php on line 65 {"userId":4,"exception":"[object] (TypeError(code: 0): Argument 1 passed to Whitecube\\NovaPage\\Pages\\StaticResource::__construct() must be an instance of Whitecube\\NovaPage\\Pages\\Template, instance of Whitecube\\NovaPage\\Pages\\Manager given

Versions: nova-page: 0.2.5 nova: 3.8.3