how to solve can't fileupload when hosting i got error 401
when I host on railway, my laravel filament works fine but the file upload problem always fails even though I have tried many ways. please if anyone knows
12 Replies
Can you share the error?
The whole error, not just the code
i don't have error but just like this

and this is the http logs

console logs?
Could be one of these issues:
1) You havent linked the storage
php artisan storage:link
2) Since you are hosting, check the .env
file. You dont need a port in APP_URL
how to solve symlink if the hosting not support for symlink?
how do you mean doesnt support symlink?
I have created a storage link but it still doesn't work
Is there any console log in your browser?
After you open dev tools you need to refresh for it to show something
Also 2)?
yes
wdym yes?
Share it
this
or maybe i was wrong in path volume.
the problem was solve
i use this
