Re: Bagisto - Base table or view not found: 1146
This error comes when somehow the database migration process stuck and not able to create the channels table, so to fix this error you may migrate the database again using below command:
php artisan migrate:fresh --seed
Note: only run this command if you're doing fresh installation else it would remove all the customized tables