[2026-08-25 16:32:20] local.ERROR: Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from "cache" where "key" in (laravel-cache-illuminate:queues:paused)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from \"cache\" where \"key\" in (laravel-cache-illuminate:queues:paused)) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (Illuminate\\Database\\SQLiteDatabaseDoesNotExistException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php:61)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php(19): Illuminate\\Database\\Connectors\\SQLiteConnector->parseDatabasePath(false)
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(259): Illuminate\\Database\\Connectors\\SQLiteConnector->connect(Array)
#2 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithoutHosts():259}()
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1298): call_user_func(Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1336): Illuminate\\Database\\Connection->getPdo()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(542): Illuminate\\Database\\Connection->getReadPdo()
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): Illuminate\\Database\\Connection->getPdoForSelect(true)
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from \"...', Array)
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}
"} 
[2026-08-25 16:32:24] local.ERROR: Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from "cache" where "key" in (laravel-cache-illuminate:queues:paused)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from \"cache\" where \"key\" in (laravel-cache-illuminate:queues:paused)) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (Illuminate\\Database\\SQLiteDatabaseDoesNotExistException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php:61)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php(19): Illuminate\\Database\\Connectors\\SQLiteConnector->parseDatabasePath(false)
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(259): Illuminate\\Database\\Connectors\\SQLiteConnector->connect(Array)
#2 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithoutHosts():259}()
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1298): call_user_func(Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1336): Illuminate\\Database\\Connection->getPdo()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(542): Illuminate\\Database\\Connection->getReadPdo()
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): Illuminate\\Database\\Connection->getPdoForSelect(true)
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from \"...', Array)
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}
"} 
[2026-08-25 16:32:29] local.ERROR: Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from "cache" where "key" in (laravel-cache-illuminate:queues:paused)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from \"cache\" where \"key\" in (laravel-cache-illuminate:queues:paused)) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (Illuminate\\Database\\SQLiteDatabaseDoesNotExistException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php:61)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php(19): Illuminate\\Database\\Connectors\\SQLiteConnector->parseDatabasePath(false)
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(259): Illuminate\\Database\\Connectors\\SQLiteConnector->connect(Array)
#2 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithoutHosts():259}()
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1298): call_user_func(Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1336): Illuminate\\Database\\Connection->getPdo()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(542): Illuminate\\Database\\Connection->getReadPdo()
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): Illuminate\\Database\\Connection->getPdoForSelect(true)
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from \"...', Array)
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}
"} 
[2026-08-25 16:32:33] local.ERROR: Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from "cache" where "key" in (laravel-cache-illuminate:queues:paused)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from \"cache\" where \"key\" in (laravel-cache-illuminate:queues:paused)) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (Illuminate\\Database\\SQLiteDatabaseDoesNotExistException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php:61)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php(19): Illuminate\\Database\\Connectors\\SQLiteConnector->parseDatabasePath(false)
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(259): Illuminate\\Database\\Connectors\\SQLiteConnector->connect(Array)
#2 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithoutHosts():259}()
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1298): call_user_func(Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1336): Illuminate\\Database\\Connection->getPdo()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(542): Illuminate\\Database\\Connection->getReadPdo()
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): Illuminate\\Database\\Connection->getPdoForSelect(true)
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from \"...', Array)
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}
"} 
[2026-08-25 16:32:37] local.ERROR: Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from "cache" where "key" in (laravel-cache-illuminate:queues:paused)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from \"cache\" where \"key\" in (laravel-cache-illuminate:queues:paused)) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (Illuminate\\Database\\SQLiteDatabaseDoesNotExistException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php:61)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php(19): Illuminate\\Database\\Connectors\\SQLiteConnector->parseDatabasePath(false)
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(259): Illuminate\\Database\\Connectors\\SQLiteConnector->connect(Array)
#2 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithoutHosts():259}()
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1298): call_user_func(Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1336): Illuminate\\Database\\Connection->getPdo()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(542): Illuminate\\Database\\Connection->getReadPdo()
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): Illuminate\\Database\\Connection->getPdoForSelect(true)
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from \"...', Array)
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}
"} 
[2026-08-25 16:32:40] local.ERROR: Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from "sessions" where "id" = p7yoRVlpptc4xGadT8DFi29vesWBxwh4PNCpGNr1 limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from \"sessions\" where \"id\" = p7yoRVlpptc4xGadT8DFi29vesWBxwh4PNCpGNr1 limit 1) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, false, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Query\\Builder->get(Array)
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3531): Illuminate\\Database\\Query\\Builder->first(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find('p7yoRVlpptc4xGa...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\DatabaseSessionHandler->read('p7yoRVlpptc4xGa...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(116): Illuminate\\Session\\Store->readFromHandler()
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(100): Illuminate\\Session\\Store->loadSession()
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate\\Session\\Middleware\\StartSession->{closure:Illuminate\\Session\\Middleware\\StartSession::startSession():143}(Object(Illuminate\\Session\\Store))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap(Object(Illuminate\\Session\\Store), Object(Closure))
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store))
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}(Object(Illuminate\\Http\\Request))
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/inertiajs/inertia-laravel/src/Middleware/EnsureGetOnRedirect.php(19): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(Illuminate\\Http\\Request))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Inertia\\Middleware\\EnsureGetOnRedirect->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#36 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(110): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#38 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#40 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#42 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#44 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#45 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#46 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#47 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#48 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#49 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#50 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1227): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#51 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#52 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('/Users/nicko-qu...')
#53 {main}

[previous exception] [object] (Illuminate\\Database\\SQLiteDatabaseDoesNotExistException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php:61)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php(19): Illuminate\\Database\\Connectors\\SQLiteConnector->parseDatabasePath(false)
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(259): Illuminate\\Database\\Connectors\\SQLiteConnector->connect(Array)
#2 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithoutHosts():259}()
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1298): call_user_func(Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(542): Illuminate\\Database\\Connection->getPdo()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): Illuminate\\Database\\Connection->getPdoForSelect(false)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from \"...', Array)
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, false, Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Query\\Builder->get(Array)
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3531): Illuminate\\Database\\Query\\Builder->first(Array)
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find('p7yoRVlpptc4xGa...')
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\DatabaseSessionHandler->read('p7yoRVlpptc4xGa...')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(116): Illuminate\\Session\\Store->readFromHandler()
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(100): Illuminate\\Session\\Store->loadSession()
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate\\Session\\Middleware\\StartSession->{closure:Illuminate\\Session\\Middleware\\StartSession::startSession():143}(Object(Illuminate\\Session\\Store))
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap(Object(Illuminate\\Session\\Store), Object(Closure))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}(Object(Illuminate\\Http\\Request))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/inertiajs/inertia-laravel/src/Middleware/EnsureGetOnRedirect.php(19): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(Illuminate\\Http\\Request))
#35 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Inertia\\Middleware\\EnsureGetOnRedirect->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#36 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#37 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#38 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#40 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#42 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#43 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(110): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#45 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#46 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#47 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#48 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#49 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#50 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#51 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#52 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#53 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#54 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#55 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#56 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#57 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1227): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#58 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#59 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('/Users/nicko-qu...')
#60 {main}
"} 
[2026-08-25 16:32:41] local.ERROR: Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from "cache" where "key" in (laravel-cache-illuminate:queues:paused)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from \"cache\" where \"key\" in (laravel-cache-illuminate:queues:paused)) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (Illuminate\\Database\\SQLiteDatabaseDoesNotExistException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php:61)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php(19): Illuminate\\Database\\Connectors\\SQLiteConnector->parseDatabasePath(false)
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(259): Illuminate\\Database\\Connectors\\SQLiteConnector->connect(Array)
#2 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithoutHosts():259}()
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1298): call_user_func(Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1336): Illuminate\\Database\\Connection->getPdo()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(542): Illuminate\\Database\\Connection->getReadPdo()
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): Illuminate\\Database\\Connection->getPdoForSelect(true)
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from \"...', Array)
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}
"} 
[2026-08-25 16:32:49] local.ERROR: Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from "cache" where "key" in (laravel-cache-illuminate:queues:paused)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from \"cache\" where \"key\" in (laravel-cache-illuminate:queues:paused)) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (Illuminate\\Database\\SQLiteDatabaseDoesNotExistException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php:61)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php(19): Illuminate\\Database\\Connectors\\SQLiteConnector->parseDatabasePath(false)
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(259): Illuminate\\Database\\Connectors\\SQLiteConnector->connect(Array)
#2 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithoutHosts():259}()
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1298): call_user_func(Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1336): Illuminate\\Database\\Connection->getPdo()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(542): Illuminate\\Database\\Connection->getReadPdo()
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): Illuminate\\Database\\Connection->getPdoForSelect(true)
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from \"...', Array)
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}
"} 
[2026-08-25 16:32:51] local.ERROR: Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from "sessions" where "id" = 8Ue2Gfta9qcgHZbqmHvRswC07nZbfiIy8MePtK0O limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from \"sessions\" where \"id\" = 8Ue2Gfta9qcgHZbqmHvRswC07nZbfiIy8MePtK0O limit 1) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, false, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Query\\Builder->get(Array)
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3531): Illuminate\\Database\\Query\\Builder->first(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find('8Ue2Gfta9qcgHZb...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\DatabaseSessionHandler->read('8Ue2Gfta9qcgHZb...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(116): Illuminate\\Session\\Store->readFromHandler()
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(100): Illuminate\\Session\\Store->loadSession()
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate\\Session\\Middleware\\StartSession->{closure:Illuminate\\Session\\Middleware\\StartSession::startSession():143}(Object(Illuminate\\Session\\Store))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap(Object(Illuminate\\Session\\Store), Object(Closure))
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store))
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}(Object(Illuminate\\Http\\Request))
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/inertiajs/inertia-laravel/src/Middleware/EnsureGetOnRedirect.php(19): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(Illuminate\\Http\\Request))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Inertia\\Middleware\\EnsureGetOnRedirect->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#36 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(110): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#38 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#40 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#42 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#44 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#45 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#46 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#47 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#48 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#49 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#50 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1227): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#51 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#52 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('/Users/nicko-qu...')
#53 {main}

[previous exception] [object] (Illuminate\\Database\\SQLiteDatabaseDoesNotExistException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php:61)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php(19): Illuminate\\Database\\Connectors\\SQLiteConnector->parseDatabasePath(false)
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(259): Illuminate\\Database\\Connectors\\SQLiteConnector->connect(Array)
#2 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithoutHosts():259}()
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1298): call_user_func(Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(542): Illuminate\\Database\\Connection->getPdo()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): Illuminate\\Database\\Connection->getPdoForSelect(false)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from \"...', Array)
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, false, Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Query\\Builder->get(Array)
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3531): Illuminate\\Database\\Query\\Builder->first(Array)
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find('8Ue2Gfta9qcgHZb...')
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\DatabaseSessionHandler->read('8Ue2Gfta9qcgHZb...')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(116): Illuminate\\Session\\Store->readFromHandler()
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(100): Illuminate\\Session\\Store->loadSession()
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate\\Session\\Middleware\\StartSession->{closure:Illuminate\\Session\\Middleware\\StartSession::startSession():143}(Object(Illuminate\\Session\\Store))
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap(Object(Illuminate\\Session\\Store), Object(Closure))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}(Object(Illuminate\\Http\\Request))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/inertiajs/inertia-laravel/src/Middleware/EnsureGetOnRedirect.php(19): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(Illuminate\\Http\\Request))
#35 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Inertia\\Middleware\\EnsureGetOnRedirect->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#36 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#37 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#38 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#40 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#42 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#43 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(110): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#45 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#46 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#47 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#48 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#49 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#50 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#51 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#52 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#53 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#54 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#55 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#56 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#57 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1227): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#58 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#59 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('/Users/nicko-qu...')
#60 {main}
"} 
[2026-08-25 16:32:54] local.ERROR: Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from "cache" where "key" in (laravel-cache-illuminate:queues:paused)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from \"cache\" where \"key\" in (laravel-cache-illuminate:queues:paused)) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (Illuminate\\Database\\SQLiteDatabaseDoesNotExistException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php:61)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php(19): Illuminate\\Database\\Connectors\\SQLiteConnector->parseDatabasePath(false)
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(259): Illuminate\\Database\\Connectors\\SQLiteConnector->connect(Array)
#2 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithoutHosts():259}()
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1298): call_user_func(Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1336): Illuminate\\Database\\Connection->getPdo()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(542): Illuminate\\Database\\Connection->getReadPdo()
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): Illuminate\\Database\\Connection->getPdoForSelect(true)
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from \"...', Array)
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}
"} 
[2026-08-25 16:32:58] local.ERROR: Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from "cache" where "key" in (laravel-cache-illuminate:queues:paused)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from \"cache\" where \"key\" in (laravel-cache-illuminate:queues:paused)) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (Illuminate\\Database\\SQLiteDatabaseDoesNotExistException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php:61)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php(19): Illuminate\\Database\\Connectors\\SQLiteConnector->parseDatabasePath(false)
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(259): Illuminate\\Database\\Connectors\\SQLiteConnector->connect(Array)
#2 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithoutHosts():259}()
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1298): call_user_func(Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1336): Illuminate\\Database\\Connection->getPdo()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(542): Illuminate\\Database\\Connection->getReadPdo()
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): Illuminate\\Database\\Connection->getPdoForSelect(true)
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from \"...', Array)
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}
"} 
[2026-08-25 16:33:02] local.ERROR: Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from "cache" where "key" in (laravel-cache-illuminate:queues:paused)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, Database: executive_suite, SQL: select * from \"cache\" where \"key\" in (laravel-cache-illuminate:queues:paused)) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (Illuminate\\Database\\SQLiteDatabaseDoesNotExistException(code: 0): Database file at path [executive_suite] does not exist. Ensure this is an absolute path to the database. at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php:61)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php(19): Illuminate\\Database\\Connectors\\SQLiteConnector->parseDatabasePath(false)
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(259): Illuminate\\Database\\Connectors\\SQLiteConnector->connect(Array)
#2 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithoutHosts():259}()
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1298): call_user_func(Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1336): Illuminate\\Database\\Connection->getPdo()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(542): Illuminate\\Database\\Connection->getReadPdo()
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): Illuminate\\Database\\Connection->getPdoForSelect(true)
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from \"...', Array)
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from \"...', Array, Object(Closure))
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from \"...', Array, Object(Closure))
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from \"...', Array, true, Array)
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#35 {main}
"} 
[2026-08-25 16:48:12] local.ERROR: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'executive_suite.cache' doesn't exist (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: executive_suite, SQL: select * from `cache` where `key` in (laravel-cache-illuminate:queues:paused)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'executive_suite.cache' doesn't exist (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: executive_suite, SQL: select * from `cache` where `key` in (laravel-cache-illuminate:queues:paused)) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'executive_suite.cache' doesn't exist at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:435)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): PDO->prepare('select * from `...')
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from `...', Array)
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#29 {main}
"} 
[2026-08-25 16:48:12] local.ERROR: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'executive_suite.sessions' doesn't exist (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: executive_suite, SQL: select * from `sessions` where `id` = 9ioSRfaqo6ByQZPkHibCqpJPUB7dFAFMwYpo1ZI8 limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'executive_suite.sessions' doesn't exist (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: executive_suite, SQL: select * from `sessions` where `id` = 9ioSRfaqo6ByQZPkHibCqpJPUB7dFAFMwYpo1ZI8 limit 1) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from `...', Array, false, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Query\\Builder->get(Array)
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3531): Illuminate\\Database\\Query\\Builder->first(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find('9ioSRfaqo6ByQZP...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\DatabaseSessionHandler->read('9ioSRfaqo6ByQZP...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(116): Illuminate\\Session\\Store->readFromHandler()
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(100): Illuminate\\Session\\Store->loadSession()
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate\\Session\\Middleware\\StartSession->{closure:Illuminate\\Session\\Middleware\\StartSession::startSession():143}(Object(Illuminate\\Session\\Store))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap(Object(Illuminate\\Session\\Store), Object(Closure))
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store))
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}(Object(Illuminate\\Http\\Request))
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/inertiajs/inertia-laravel/src/Middleware/EnsureGetOnRedirect.php(19): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(Illuminate\\Http\\Request))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Inertia\\Middleware\\EnsureGetOnRedirect->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#36 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(110): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#38 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#40 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#42 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#44 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#45 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#46 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#47 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#48 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#49 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#50 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1227): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#51 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#52 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('/Users/nicko-qu...')
#53 {main}

[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'executive_suite.sessions' doesn't exist at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:435)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): PDO->prepare('select * from `...')
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from `...', Array)
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from `...', Array, false, Array)
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Query\\Builder->get(Array)
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3531): Illuminate\\Database\\Query\\Builder->first(Array)
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find('9ioSRfaqo6ByQZP...')
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\DatabaseSessionHandler->read('9ioSRfaqo6ByQZP...')
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(116): Illuminate\\Session\\Store->readFromHandler()
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Store.php(100): Illuminate\\Session\\Store->loadSession()
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Support/helpers.php(393): Illuminate\\Session\\Middleware\\StartSession->{closure:Illuminate\\Session\\Middleware\\StartSession::startSession():143}(Object(Illuminate\\Session\\Store))
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap(Object(Illuminate\\Session\\Store), Object(Closure))
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->{closure:Illuminate\\Foundation\\Http\\Kernel::dispatchToRouter():197}(Object(Illuminate\\Http\\Request))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/inertiajs/inertia-laravel/src/Middleware/EnsureGetOnRedirect.php(19): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(Illuminate\\Http\\Request))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Inertia\\Middleware\\EnsureGetOnRedirect->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#35 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#36 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#38 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(110): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#40 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#42 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#44 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#45 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#46 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#47 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(28): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#48 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#49 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:{closure:Illuminate\\Pipeline\\Pipeline::carry():194}:195}(Object(Illuminate\\Http\\Request))
#50 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#51 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#52 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1227): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#53 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/public/index.php(20): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#54 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('/Users/nicko-qu...')
#55 {main}
"} 
[2026-08-25 16:48:14] local.ERROR: SQLSTATE[HY000] [2002] Operation not permitted (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: executive_suite, SQL: select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Operation not permitted (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: executive_suite, SQL: select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select exists (...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select exists (...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(371): Illuminate\\Database\\Connection->select('select exists (...', Array, true)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(388): Illuminate\\Database\\Connection->selectOne('select exists (...', Array, true)
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(176): Illuminate\\Database\\Connection->scalar('select exists (...')
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php(185): Illuminate\\Database\\Schema\\Builder->hasTable('migrations')
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(797): Illuminate\\Database\\Migrations\\DatabaseMigrationRepository->repositoryExists()
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): Illuminate\\Database\\Migrations\\Migrator->repositoryExists()
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Support/helpers.php(328): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::repositoryExists():166}(1)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): retry(1, Object(Closure), 0, Object(Closure))
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(142): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->repositoryExists()
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(112): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->prepareDatabase()
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(672): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():111}()
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(111): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(90): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#29 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Operation not permitted at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'root', Object(SensitiveParameterValue), Array)
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'root', Object(SensitiveParameterValue), Array)
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(220): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():213}()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1298): call_user_func(Object(Closure))
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1336): Illuminate\\Database\\Connection->getPdo()
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(542): Illuminate\\Database\\Connection->getReadPdo()
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): Illuminate\\Database\\Connection->getPdoForSelect(true)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select exists (...', Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select exists (...', Array, Object(Closure))
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select exists (...', Array, Object(Closure))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(371): Illuminate\\Database\\Connection->select('select exists (...', Array, true)
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(388): Illuminate\\Database\\Connection->selectOne('select exists (...', Array, true)
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(176): Illuminate\\Database\\Connection->scalar('select exists (...')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php(185): Illuminate\\Database\\Schema\\Builder->hasTable('migrations')
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(797): Illuminate\\Database\\Migrations\\DatabaseMigrationRepository->repositoryExists()
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): Illuminate\\Database\\Migrations\\Migrator->repositoryExists()
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Support/helpers.php(328): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::repositoryExists():166}(1)
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): retry(1, Object(Closure), 0, Object(Closure))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(142): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->repositoryExists()
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(112): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->prepareDatabase()
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(672): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():111}()
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(111): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(90): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#38 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#39 {main}
"} 
[2026-08-25 16:48:16] local.ERROR: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'executive_suite.cache' doesn't exist (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: executive_suite, SQL: select * from `cache` where `key` in (laravel-cache-illuminate:queues:paused)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'executive_suite.cache' doesn't exist (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: executive_suite, SQL: select * from `cache` where `key` in (laravel-cache-illuminate:queues:paused)) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'executive_suite.cache' doesn't exist at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:435)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): PDO->prepare('select * from `...')
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from `...', Array)
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#29 {main}
"} 
[2026-08-25 16:48:20] local.ERROR: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'executive_suite.cache' doesn't exist (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: executive_suite, SQL: select * from `cache` where `key` in (laravel-cache-illuminate:queues:paused)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'executive_suite.cache' doesn't exist (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: executive_suite, SQL: select * from `cache` where `key` in (laravel-cache-illuminate:queues:paused)) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#27 {main}

[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'executive_suite.cache' doesn't exist at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:435)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): PDO->prepare('select * from `...')
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select * from `...', Array)
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3629): Illuminate\\Database\\Connection->select('select * from `...', Array, true, Array)
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3613): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(142): Illuminate\\Database\\Query\\Builder->get()
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(117): Illuminate\\Cache\\DatabaseStore->many(Array)
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(138): Illuminate\\Cache\\DatabaseStore->get('illuminate:queu...')
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php(347): Illuminate\\Cache\\Repository->get('illuminate:queu...')
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(503): Illuminate\\Queue\\QueueManager->getPausedQueues('database', Array)
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(460): Illuminate\\Queue\\Worker->getPausedQueues('database', Array)
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(420): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(151): Illuminate\\Queue\\Worker->runNextJob('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(134): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#29 {main}
"} 
[2026-08-25 17:09:03] local.ERROR: SQLSTATE[HY000] [2002] Operation not permitted (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: executive_suite, SQL: delete from `cache`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Operation not permitted (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: executive_suite, SQL: delete from `cache`) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('delete from `ca...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(614): Illuminate\\Database\\Connection->run('delete from `ca...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(578): Illuminate\\Database\\Connection->affectingStatement('delete from `ca...', Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4576): Illuminate\\Database\\Connection->delete('delete from `ca...', Array)
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(450): Illuminate\\Database\\Query\\Builder->delete()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(1086): Illuminate\\Cache\\DatabaseStore->flush()
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Console/ClearCommand.php(81): Illuminate\\Cache\\Repository->__call('flush', Array)
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Cache\\Console\\ClearCommand->handle()
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(68): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Symfony\\Component\\Console\\Output\\NullOutput))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(41): Illuminate\\Console\\Command->runCommand('cache:clear', Array, Object(Symfony\\Component\\Console\\Output\\NullOutput))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(53): Illuminate\\Console\\Command->callSilent('cache:clear', Array)
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/OptimizeClearCommand.php(48): Illuminate\\Console\\Command->callSilently('cache:clear')
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/View/Components/Task.php(43): Illuminate\\Foundation\\Console\\OptimizeClearCommand->{closure:Illuminate\\Foundation\\Console\\OptimizeClearCommand::handle():48}()
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/View/Components/Factory.php(61): Illuminate\\Console\\View\\Components\\Task->render('cache', Object(Closure))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/OptimizeClearCommand.php(48): Illuminate\\Console\\View\\Components\\Factory->__call('task', Array)
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Foundation\\Console\\OptimizeClearCommand->handle()
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Foundation\\Console\\OptimizeClearCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#36 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Operation not permitted at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'root', Object(SensitiveParameterValue), Array)
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'root', Object(SensitiveParameterValue), Array)
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(220): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():213}()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1298): call_user_func(Object(Closure))
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(622): Illuminate\\Database\\Connection->getPdo()
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::affectingStatement():614}('delete from `ca...', Array)
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('delete from `ca...', Array, Object(Closure))
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(614): Illuminate\\Database\\Connection->run('delete from `ca...', Array, Object(Closure))
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(578): Illuminate\\Database\\Connection->affectingStatement('delete from `ca...', Array)
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(4576): Illuminate\\Database\\Connection->delete('delete from `ca...', Array)
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php(450): Illuminate\\Database\\Query\\Builder->delete()
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(1086): Illuminate\\Cache\\DatabaseStore->flush()
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Cache/Console/ClearCommand.php(81): Illuminate\\Cache\\Repository->__call('flush', Array)
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Cache\\Console\\ClearCommand->handle()
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(68): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Symfony\\Component\\Console\\Output\\NullOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(41): Illuminate\\Console\\Command->runCommand('cache:clear', Array, Object(Symfony\\Component\\Console\\Output\\NullOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(53): Illuminate\\Console\\Command->callSilent('cache:clear', Array)
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/OptimizeClearCommand.php(48): Illuminate\\Console\\Command->callSilently('cache:clear')
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/View/Components/Task.php(43): Illuminate\\Foundation\\Console\\OptimizeClearCommand->{closure:Illuminate\\Foundation\\Console\\OptimizeClearCommand::handle():48}()
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/View/Components/Factory.php(61): Illuminate\\Console\\View\\Components\\Task->render('cache', Object(Closure))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/OptimizeClearCommand.php(48): Illuminate\\Console\\View\\Components\\Factory->__call('task', Array)
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Foundation\\Console\\OptimizeClearCommand->handle()
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#35 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#36 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#37 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#38 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#39 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Foundation\\Console\\OptimizeClearCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#40 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#41 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#42 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#43 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#44 {main}
"} 
[2026-08-25 22:26:54] local.ERROR: Class "UserManagementController" does not exist {"exception":"[object] (ReflectionException(code: -1): Class \"UserManagementController\" does not exist at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/RouteListCommand.php:285)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/RouteListCommand.php(285): ReflectionClass->__construct('UserManagementC...')
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/RouteListCommand.php(161): Illuminate\\Foundation\\Console\\RouteListCommand->isVendorRoute(Object(Illuminate\\Routing\\Route))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/RouteListCommand.php(128): Illuminate\\Foundation\\Console\\RouteListCommand->getRouteInformation(Object(Illuminate\\Routing\\Route))
#3 [internal function]: Illuminate\\Foundation\\Console\\RouteListCommand->{closure:Illuminate\\Foundation\\Console\\RouteListCommand::getRoutes():128}(Object(Illuminate\\Routing\\Route), 41)
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Collections/Arr.php(858): array_map(Object(Closure), Array, Array)
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(831): Illuminate\\Support\\Arr::map(Array, Object(Closure))
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/RouteListCommand.php(128): Illuminate\\Support\\Collection->map(Object(Closure))
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/RouteListCommand.php(113): Illuminate\\Foundation\\Console\\RouteListCommand->getRoutes()
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Foundation\\Console\\RouteListCommand->handle()
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Foundation\\Console\\RouteListCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#22 {main}
"} 
[2026-08-25 22:27:03] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:03] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:03] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:03] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:03] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:04] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:04] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:04] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:04] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:04] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:04] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:05] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:05] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:05] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:05] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:05] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:05] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:06] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:06] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:06] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:06] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:06] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:06] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:07] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:07] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:07] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:07] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:07] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:07] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:07] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:08] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:08] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:08] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:08] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:08] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:08] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:08] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:09] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:09] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:09] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:09] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:09] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:09] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:10] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:10] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:10] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:10] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:10] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:10] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:10] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:11] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:27:11] local.ERROR: Cannot use App\Http\Controllers\RoleManagementController as RoleManagementController because the name is already in use {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot use App\\Http\\Controllers\\RoleManagementController as RoleManagementController because the name is already in use at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/routes/web.php:41)
[stacktrace]
#0 {main}
"} 
[2026-08-25 22:28:38] local.ERROR: SQLSTATE[HY000] [2002] Operation not permitted (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: executive_suite, SQL: select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] Operation not permitted (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: executive_suite, SQL: select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'migrations' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`) at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php:857)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select exists (...', Array, Object(Closure))
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select exists (...', Array, Object(Closure))
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(371): Illuminate\\Database\\Connection->select('select exists (...', Array, true)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(388): Illuminate\\Database\\Connection->selectOne('select exists (...', Array, true)
#4 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(176): Illuminate\\Database\\Connection->scalar('select exists (...')
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php(185): Illuminate\\Database\\Schema\\Builder->hasTable('migrations')
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(797): Illuminate\\Database\\Migrations\\DatabaseMigrationRepository->repositoryExists()
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): Illuminate\\Database\\Migrations\\Migrator->repositoryExists()
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Support/helpers.php(328): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::repositoryExists():166}(1)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): retry(1, Object(Closure), 0, Object(Closure))
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(142): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->repositoryExists()
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(112): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->prepareDatabase()
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(672): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():111}()
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(111): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(90): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#29 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Operation not permitted at /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67)
[stacktrace]
#0 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(67): PDO::connect('mysql:host=127....', 'root', Object(SensitiveParameterValue), Array)
#1 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=127....', 'root', Object(SensitiveParameterValue), Array)
#2 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=127....', Array, Array)
#3 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(220): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->{closure:Illuminate\\Database\\Connectors\\ConnectionFactory::createPdoResolverWithHosts():213}()
#5 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1298): call_user_func(Object(Closure))
#6 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1336): Illuminate\\Database\\Connection->getPdo()
#7 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(542): Illuminate\\Database\\Connection->getReadPdo()
#8 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(435): Illuminate\\Database\\Connection->getPdoForSelect(true)
#9 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(846): Illuminate\\Database\\Connection->{closure:Illuminate\\Database\\Connection::select():426}('select exists (...', Array)
#10 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(813): Illuminate\\Database\\Connection->runQueryCallback('select exists (...', Array, Object(Closure))
#11 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(426): Illuminate\\Database\\Connection->run('select exists (...', Array, Object(Closure))
#12 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(371): Illuminate\\Database\\Connection->select('select exists (...', Array, true)
#13 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Connection.php(388): Illuminate\\Database\\Connection->selectOne('select exists (...', Array, true)
#14 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(176): Illuminate\\Database\\Connection->scalar('select exists (...')
#15 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php(185): Illuminate\\Database\\Schema\\Builder->hasTable('migrations')
#16 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(797): Illuminate\\Database\\Migrations\\DatabaseMigrationRepository->repositoryExists()
#17 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): Illuminate\\Database\\Migrations\\Migrator->repositoryExists()
#18 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Support/helpers.php(328): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::repositoryExists():166}(1)
#19 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(166): retry(1, Object(Closure), 0, Object(Closure))
#20 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(142): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->repositoryExists()
#21 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(112): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->prepareDatabase()
#22 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(672): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->{closure:Illuminate\\Database\\Console\\Migrations\\MigrateCommand::runMigrations():111}()
#23 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(111): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#24 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(90): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#25 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#26 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()
#27 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#28 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#29 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#30 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(292): Illuminate\\Container\\Container->call(Array)
#31 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Command/Command.php(284): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#32 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Console/Command.php(261): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Laravel\\Pao\\Laravel\\PaoOutputStyle))
#33 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(1144): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(379): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/symfony/console/Application.php(218): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#37 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1242): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#38 /Users/nicko-quiamco/Development/projects/werehouse-super-app/executive-suite/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#39 {main}
"} 
[2026-08-25 22:35:53] local.ERROR: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) at /private/var/folders/6v/yr2qdf210c31zr3s8g_1mxd80000gn/T/phpstan/cache/PHPStan/1a/47/1a47e9e8f9fe5bbcc007daafce961667f39947f9a0a2b3573ef5871b8be12cda.php:25544)
[stacktrace]
#0 {main}
"} 
