@rajvansh you can enforce the schema to https only on production, or take a look at this solution here: https://github.com/filamentphp/filament/discussions/9243
not sure what you are using for local development, is it docker, or valet / Herd?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
While implementing file upload functionality in Filament (Laravel), I encountered an issue where uploads work perfectly on localhost but fail with a 401 Unauthorized error when accessing the project via a domain or HTTPS. I have enforced HTTPS redirection in my application through the AppServiceProvider. The following error is generated while uploading an image using Filament's FileUpload component:
livewire.js?id=38dc8241:612
POST https://mydomain.com/livewire/upload-file?expires=1733217378&signature=6502c4f… 401 (Unauthorized)
Please or to participate in this conversation.