Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on MariaDB 10.10 #604

Open
apexdivision opened this issue Jun 10, 2024 · 0 comments
Open

Not working on MariaDB 10.10 #604

apexdivision opened this issue Jun 10, 2024 · 0 comments

Comments

@apexdivision
Copy link

apexdivision commented Jun 10, 2024

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:

  1. Install app and run -> looks good
  2. Change .env and set mysql as driver
  3. Execute: php artisan migrate:fresh --seed
  4. Flush laravel cache
  5. Check interface, dashboard is not showing in menu

Expected behavior
After switching to mysql, super admin or admin does not get the dashboard option.

Screenshots
Attached.
Screenshot 2024-06-10 at 11 56 27

Additional Information

  1. I have checked related tables, both sqlite and mariadb is identical.
  2. Updated all composer packages to latest, still same problem.

Thank you!
Nir Banerjee

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant