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.
7 Replies
console errors?
there is no error related file upload i gues
I dont know why this error only occur on server, in local works well
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?
try to force https
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...