I have a weird situation related to this:
I have a Prod and a Dev server.
In both, I’ve added the “AddType application/javascript .mjs
” line to .htaccess.
This solved my problem on Prod, but did not solve my problem on Dev. On Dev I get a “Forbidden. You don’t have permission to access this resource” error.
File system permissions on Prod and Dev are identical.
AND, on Dev, I CAN get directly to a PDF file via its URL.
So for some reason, this plugin cannot get to it and is throwing an error. Don’t know why!