FileUpload hasValidSignature aborts and returns 401
- I am using Cloudflare and deploying on Ploi
andAPP_URL
are correctly setASSET_URL- I am forcing https scheme in staging/prod environments
- TrustProxies is correctly configured using
monicahq/laravel-cloudflare - X-Forwarded-For and X-Forwarded-Proto are being correctly set
livewire/upload-file it wants to use http all of a sudden (hence using \URL::forceScheme('https');)