Open
Description
Describe the bug
The app is working fine when sqlite is used, but when mariadb is used, dashboard is not showing. view_backend is returning false.
To Reproduce
Environment:
macOS 14.5
php 8.2 / 8.3 (homebrew)
10.10.7-MariaDB - Homebrew
Apache
Laravel 11.7.0
Steps to reproduce the behavior:
- Install app and run -> looks good
- Change .env and set mysql as driver
- Execute: php artisan migrate:fresh --seed
- Flush laravel cache
- Check interface, dashboard is not showing in menu
Expected behavior
After switching to mysql, super admin or admin does not get the dashboard option.
Additional Information
- I have checked related tables, both sqlite and mariadb is identical.
- Updated all composer packages to latest, still same problem.
Thank you!
Nir Banerjee
Metadata
Metadata
Assignees
Labels
No labels