Error: TimeoutException after 0:01:00.000000: Future not completed

I’m getting that error when creating a report of all my invoices for 2020 and try to download all 41 invoices for this period.

Any help please? In case it matters, I use: PDF_GENERATOR=hosted_ninja in my env file.

hm, funny enough I still got the download link via email even though IN gave this error.

Hi,

I believe enabling queues should help with this, the frontend is timing out waiting for the response.

Thanks. A quick search led me here: Free Source Available Invoicing, Expenses & Time-Tracking | Invoice Ninja

would this suffice as a quick fix:

QUEUE_CONNECTION=file

That should have the app send jobs to the queue but you’ll also need to make sure the jobs are processed.

https://invoiceninja.github.io/docs/self-host-installation/#cron-configuration-1

1 Like