Caught a FileNotFoundException; cannot validate missing file requested as temporary://filefield_paths/

Created on 9 February 2023, over 1 year ago
Updated 13 February 2023, over 1 year ago

Has anyone had issues uploading files and getting this error? It all started once we updated from beta5 to beta6. It happens randomly, so it's not consistent. Users just had to keep savinging until its finally uploaded.

Caught a FileNotFoundException; cannot validate missing file requested as temporary://filefield_paths/filename.pdf

πŸ› Bug report
Status

Fixed

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States djmymy

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @djmymy
  • πŸ‡¬πŸ‡§United Kingdom drOptimum

    I saw a similar issue. The problem was misconfigured temporary files directory on Production. Production was behind the load balancer hosted on multiple nodes/instances and the temp dir was configured to use instance local file system that was only available for the curently used instance. The temp dir needs to be available for all instances behind the load balancer, as the traffic is directed to multiple nodes.
    I am not sure if this will help in your case as there is not enough details.

  • πŸ‡ΊπŸ‡ΈUnited States djmymy

    Thank you @drOptimum!! I checked the dir configs and that solved the problem. Thanks again!

  • Status changed to Fixed over 1 year ago
  • πŸ‡ΊπŸ‡ΈUnited States djmymy
  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.69.0 2024