insenseanalytics / laravel-nova-permission

A Laravel Nova tool for the Spatie Permission package
MIT License
78 stars 33 forks source link

Error 500 #1

Closed mortezarajabi closed 5 years ago

mortezarajabi commented 5 years ago

I've installed and did all the steps. But when I access a resource, the index page stays in the loading state. When checked the network tab, in browser dev tools, I found that the request returns an Error 500. I user the spatie/laravel-permission in my project and it works well. but in Nova, it is not working. I had the same issue in Nova when I applied the build in Laravel policies.

paras-malhotra commented 5 years ago

@mortezarajabi I'm not able to replicate this issue. Can you please paste the stacktrace?

mortezarajabi commented 5 years ago

I checked the apache log files and due to PHP memory limit, it was not working.