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),
]),
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?
No description
No description
1 Reply
Jamie Cee
Jamie Cee3w ago
Nevermind, Forgot I had to do the TrustProxies thign