Skip to content

Not working on MariaDB 10.10 #604

Open
@apexdivision

Description

@apexdivision

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions