docs
docs copied to clipboard
Add CORS error alert to the file uploads page
In this discussion with myself (https://github.com/livewire/livewire/discussions/4594) I struggled a bit with file uploads to directly upload to an S3 bucket, because I use DO Spaces which blocks requests except you configure the CORS settings properly.
This PR adds an alert to remind livewire users that the x-amz-acl and Content-Type headers may need to be manually allowed for this feature to work.