79682149

Date: 2025-06-27 15:08:13
Score: 1
Natty:
Report link

The issue you're facing is likely due to a mismatch in file handling and routing in your Laravel backend for the Tus protocol.

Make sure your route accepts HEAD:

Route::match(['HEAD'], '/upload/{fileId}', [FileUploadController::class, 'getFileResource']);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Robroy Bustillo Canales