Recurring invoices stopped Recurring

The errors from the log are still above, earlier in this conversation… Here’s the Health Check.

Are there any related errors in storage/logs?

Nothing in laravel.log
Nothing in invoiceninja.log

@david do you have any suggestions to debug this?

if there is no logging, then the most likely scenario is the crons are not running.

I’ve confirmed with my hosting company that the CRONs are running. However when I manually execute them I get this:

INFO No scheduled commands are ready to run.

Also, how change I change the two recurring invoices from PENDING to ACTIVE?

Once the recurring invoices are sent the app wil change their statuses from pending to active.

Do you see a ‘Send now’ option?

No, there’s no SEND NOW option

I wouldn’t expect to see the ‘Stop’ option, is that for an active or pending recurring invoice?

Also, do you see a difference in the desktop app.

Those are PENDING invoices but it also shows STOP for ACTIVE as well.

No thoughts on this?

Have you compared with the desktop app?

Yes. They’re the same.

Just to be clear, you see the same actions in the dropdown menu?

Ah. No, there is a SEND NOW in the dropdown menu. It doesn’t appear to do anything though.

I suggest trying it with a new test recurring invoice.

Also, please check storage/logs and ensure the queue is disabled.

I made a new test recurring invoice and it’s not being affected. I do have the queue on - how do I disable it and will that harm anything else?

If the queue is running you can check in the health check in the desktop app if there are any pending jobs to ensure that it’s running.

It can be disabled by changing the queue setting to sync in the .env file.

Still not working. If, in the APP, I use SEND NOW, nothing happens. SEND NOW doesn’t show on the website version.