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
Matthew
Matthew2w ago
Can you share the error? The whole error, not just the code
JuanKor
JuanKorOP2w ago
i don't have error but just like this
No description
JuanKor
JuanKorOP2w ago
and this is the http logs
No description
Matthew
Matthew2w ago
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
JuanKor
JuanKorOP2w ago
how to solve symlink if the hosting not support for symlink?
Matthew
Matthew2w ago
how do you mean doesnt support symlink?
JuanKor
JuanKorOP2w ago
I have created a storage link but it still doesn't work
Matthew
Matthew2w ago
Is there any console log in your browser? After you open dev tools you need to refresh for it to show something Also 2)?
JuanKor
JuanKorOP2w ago
yes
Matthew
Matthew2w ago
wdym yes? Share it
JuanKor
JuanKorOP2w ago
this or maybe i was wrong in path volume. the problem was solve
JuanKor
JuanKorOP2w ago
i use this
No description

Did you find this page helpful?