The line resource_path('email-attachments/' . $filename) is throwing a "File not found" error when the file actually exists. I checked it with file_exists which returns true.
I'm working with docker but the problem persist inside and outside the container.
I'm working in an quite old app with Laravel 5.4.