Using AWS Elastic Beanstalk. System creates .docx perfect. But it fails during the conversion to pdf.
This is the error thrown:
rename(/var/app/current/storage/app/public/360lf_5bdea34a19f20.pdf,/var/app/current/storage/app/public/360lf_5bdea34a19f20.pdf): No such file or directory
I also followed the list of steps for debugging and pdf is created from CLI, but it doesn't in Apache. I created .config folder in /home/ec2-user and /var/app/current (just testing wich one you refer as home), with no success.
Is there any other way to fix it?
Thanks