1- I can't see the current schedule list (as listed on Kernel.php in Console folder) on the admin dashboard tasks page. However, I can see them when I execute "php artisan schedule:list"
2- I added a task manually from admin dashboard, when I execute that task I get those errors (I use AWS SQS as queue)
Error: The script tried to call a method on an incomplete object. Please ensure that the class definition "Studio\Totem\Events\Executed" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /var/www/app/public_html/vendor/laravel/framework/src/Illuminate/Broadcasting/BroadcastEvent.php:68
Error: Class "Studio\Totem\Task" not found in /var/www/app/public_html/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:79
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I installed and configured totem as written.
I have some issues;
1- I can't see the current schedule list (as listed on Kernel.php in Console folder) on the admin dashboard tasks page. However, I can see them when I execute "php artisan schedule:list"
2- I added a task manually from admin dashboard, when I execute that task I get those errors (I use AWS SQS as queue)
Error: The script tried to call a method on an incomplete object. Please ensure that the class definition "Studio\Totem\Events\Executed" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /var/www/app/public_html/vendor/laravel/framework/src/Illuminate/Broadcasting/BroadcastEvent.php:68
Error: Class "Studio\Totem\Task" not found in /var/www/app/public_html/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:79
Laravel Version = 9