-
Notifications
You must be signed in to change notification settings - Fork 67
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
Error 500 Memory limit with a new user account and just backend access role #85
Comments
Hi, Do you know the value of memory_limit in your php.ini file ? Maybe this value is too low. |
Hi, |
I can't reproduce the problem. I need to know more, version of laravel, php, phpinfo and composer.json I don't think it's a problem with the package |
Laravel Framework 9.52.5 composer.json Thanks for your help :) |
I just see that you have an "Liste des commandes" permission in the "Utilisateur du back-office" role, does the problem persist without this permission assigned to the role? |
Yes I was trying to create a new permission to a new page, to test if the user has access to it (I haven't finished yet so I don't know if it works). But indeed, even if I remove this permission "Liste des commandes", I still have the same problem |
you may use laravel sail default config to check if error related to app or your local config |
Hi,
On a fresh install on last version, i create a new basic user account, and grant only backend user access role. When i log in with this user , goes to route /admin and ends with a error 500 instead of showing default dashboard page with demo components. I'm a beginner on Laravel, so it's quite possible that I misunderstood something :)
Thanks for your help
The text was updated successfully, but these errors were encountered: