Issue uploading file

So randomly in my staging environment, files have stop uploading (did previously work).

Im not sure why, as the error is suuuuper helpful, oh how we love laravel.

                            Fieldset::make('Offer Image')
                                ->schema([
                                    Forms\Components\FileUpload::make('avatar')
                                        ->image()
                                        ->disk('public')
                                        ->directory('offers')
                                        ->imageEditor()
                                        ->imageEditorMode(2),
                                ]),


Anyone got any ideas what it may be?
image.png
image.png
Was this page helpful?