Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

navneet's avatar

filemtime(): stat failed on Livewire image upload

Hello,

I am trying to upload an image using Livewire temporary image. It works locally but on the server, I am getting below expectations. I can verify that the correct permission exists in my "temp" directory.

{
    "class": "ErrorException",
    "message": "filemtime(): stat failed for /var/app/current/storage/app/tmp/0fO8AQUUlclPo0cBCbpJ0mJDOYTqii-metacHJldmlldy1jYXJkICgyKS5wbmc=-.png",
    "code": 0,
    "file": "/var/app/current/vendor/livewire/livewire/src/Controllers/CanPretendToBeAFile.php:10",
    "trace": [
        "/var/app/current/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php:266",
        "/var/app/current/vendor/livewire/livewire/src/Controllers/CanPretendToBeAFile.php:10",
        "/var/app/current/vendor/livewire/livewire/src/Controllers/FilePreviewHandler.php:17",
        "/var/app/current/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46",
        "/var/app/current/vendor/laravel/framework/src/Illuminate/Routing/Route.php:260",
        "/var/app/current/vendor/laravel/framework/src/Illuminate/Routing/Route.php:205",
        "/var/app/current/vendor/laravel/framework/src/Illuminate/Routing/Router.php:798",
        "/var/app/current/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:141",
        "/var/app/current/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50",
        "/var/app/current/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180",
        "/var/app/current/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78",
        "/var/app/current/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180",
        "/var/app/current/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49",
        "/var/app/current/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180",
        "/var/app/current/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:121",
        "/var/app/current/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64",
        "/var/app/current/vendor/laravel/framework/src/Illumin
0 likes
4 replies
Snapey's avatar

does the tmp file exist at that path after the error?

Please or to participate in this conversation.