When Uploading filed I get Error livewire/upload-file
The GET method is not supported for route livewire/upload-file. Supported methods: POST.
3 Replies
It should be POST. Means you are probably redirected resulting in a GET. Also you are getting a 419 error which is often caused by invalid sessions.
Check your server config.
which is the file config?
see to this error