binshops / laravel-blog

Laravel Blog Package/ Laravel CMS. Easiest way to add a blogging system to your Laravel website. Laravel Blog.
https://www.binshops.com
MIT License
428 stars 134 forks source link

binshopsblog : blog_admin is returning 401 Unauthorized #99

Closed raza-hasnain closed 1 year ago

raza-hasnain commented 1 year ago

I have installed blog_admin on my cc2 amazon and installed all the packages followed by the documentation but still I am facing 401 error on admin and 404 error on frontend side of this application.

https://hackers.com.pk/blog_admin/

samberrry commented 1 year ago

Hi, please make sure that you have logged in with the user which has the appropriate permission to open /blog_admin and the user satisfies your canManageBinshopsBlogPosts method (step 5). Take attention this boilerplate method returns false by default it you have just did a copy and paste.

raza-hasnain commented 1 year ago

Yes it solved my issue Thanks,