Invoice ninja server 500 internal error
-
In my case, the problem starts with the emails in v1.13.7. Maybe in v1.13.6, but I can't log in in that version.
Next: updating from v1.13.5 -
The moment I restore the settings (broken updated instance -> fresh instance), the new instance shows the same behavior. Data is not a problem.
-
restoring from a working v1.13.5 export -> fresh v1.14.2 produces same behaviour. the moment i restore settings, bam.
comparing json files is not one of my daily tasks, so I decide to do that:- install a fresh IN
- import data only
- manually click configuration options.
Fun fact: It is possible to set a password that starts with a space for the login. ONLY for login. After you have logged in and your action requires a password confirmation, the leading space will be removed, and your password is incorrect.
-
That leaves the email deliverability issue. How is PDF generation related to emails not getting sent?
-
@luckow could you try to switch
Attach PDF
optionoff
onIN dashboard > settings > Advanced Settings > Email Settings
and then try to send an email?v1.14.2 seems to be sending emails properly whilst
Attach PDF
is off.
I'm investigating it further now. -
@vladimir-d I can confirm that the emails get delivered if attach pdf is off. I deleted
PDF_GENERATOR=hosted_ninja
from the env file and restarted the app before testing. I'm on the lastest IN 1.14.2. -
The problem with sending emails has been fixed. A new app package is going to be released soon.
-
-
Well done @luckow @vladimir-d
-
Thanks! New package published.
-
so the end result is pdf generation & emails (with PDFs) now work without the added PDF_GENERATOR line ?
-
@AartJansen correct!
-
-