F
Filament20h ago
iHSAN

Upload file stuck at uploading status on coolify

I am using filament v3, and host it on vps using coolify. I have fill asset url and app url on env. I have run php artisan storage:link. I have set cors to *. But when I want to upload file, the status stuck at uploading.
No description
7 Replies
LeandroFerreira
LeandroFerreira20h ago
console errors?
iHSAN
iHSANOP19h ago
there is no error related file upload i gues
iHSAN
iHSANOP19h ago
No description
iHSAN
iHSANOP19h ago
No description
iHSAN
iHSANOP19h ago
I dont know why this error only occur on server, in local works well
No description
No description
No description
iHSAN
iHSANOP19h ago
owh I found the issue: livewire.js?id=38dc8241:612 Mixed Content: The page at 'https://bi-pmb.breakitall.biz.id/admin/manage-general?tab=-color-palette-tab' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://bi-pmb.breakitall.biz.id/livewire/upload-file?expires=1737478484&signature=e402bd6a381897d934eab203b16ab408f64b05f58055d21d253d97799a8c9724'. but i have set app url and asset url with https?
LeandroFerreira
LeandroFerreira15h ago
Stack Overflow
How to force Laravel Project to use HTTPS for all routes?
I am working on a project that requires a secure connection. I can set the route, uri, asset to use 'https' via: Route::get('order/details/{id}', ['uses' => 'OrderController@details', 'as' =&g...

Did you find this page helpful?