mjawad096 / laravel-grapesjs

This package provide an esay way to integrate GrapesJS into your laravel proejct.
MIT License
107 stars 54 forks source link

401 Unauthorized on Save #66

Closed noum closed 1 year ago

noum commented 1 year ago

After page load, I have GET http://foo.test/laravel-grapesjs/App-Models-Content/1/templates 500 (Internal Server Error) in the JS console. Then when clicking the Save Icon, I have 401 Unauthorized. https://imgur.com/a/nO8gAAL

ghost commented 1 year ago

Hi @nomentsoa-andrianjatovo, not able to reproduce it on my end. Are you still facing the issue? If so, Have you tried the latest version?

If you resolved this issue please share your finding. Or share steps, on how we can reproduce it.

hoangk51 commented 1 year ago

After page load, I have GET http://foo.test/laravel-grapesjs/App-Models-Content/1/templates 500 (Internal Server Error) in the JS console. Then when clicking the Save Icon, I have 401 Unauthorized. https://imgur.com/a/nO8gAAL

You must login or In file config/laravel_grapejs.php , comment auth middleware 'routes' => [ 'middleware' => [ 'web', //'auth', ], ],