FileUpload hasValidSignature aborts and returns 401

  • I am using Cloudflare and deploying on Ploi
  • APP_URL
    and ASSET_URL are correctly set
  • 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
running out of ideas. Everything else works correctly, but when filament makes a request to livewire/upload-file it wants to use http all of a sudden (hence using \URL::forceScheme('https');)
Was this page helpful?