>
To round up this issue, I think the bug is simply that in application_controller
there is a simple error:
1401c1401
< {error, {file:format_error({error,enoent}), FName}};
---
> {error, {file:format_error(enoent), FName}};
regards,
Vlad