File Upload ERR_ACCESS_DENIED
Hey guys,
i got a Problem uploading my Files. I get the ERROR ERR_ACCESS_DENIED.
Here is my function:
I'm trying to upload excel files. Also set the write Permission to storage Path. You guys have any clue where i can check?
Also set the php artisan storage:link
7 Replies
What storage disk are you using?
default @toeknee
Now I know that it is working in Safari and Opera but not in Chrome, found a new Error:
The GET method is not supported for route livewire/upload-file. Supported methods: POST.
Are you using http not https / a cross between the two? you'll need to ensure http protocol is the same as the url set in the .env
im using Herd for the "Hosting" so xxx.xxx.test. Both on Safari and Chrome are the same
Yeah, sounds like a redirect. Either for HTTPS or because your APP_URL doesn't match the Browser URL.
Check the DevTools and look for a redirect.
APP_URL is correct
Did you check the network tab in dev tools to see what’s happening?