After upgrading to 23.1, new order emails stopped working. Previously, had ‘default’ => env(‘QUEUE_CONNECTION’, ‘sync’), in config, but after update it switched to ‘default’ => env(‘QUEUE_CONNECTION’, ‘database’),. That doesn’t work, and switched back to ‘sync’ and also doesn’t work.
Ideas? Thanks!
No error logs