silverbux / laravel-angular-admin

Laravel + Angularjs + Bootstrap + AdminLTE binded by Gulp workflow Admin Dashboard Boilerplate / Starter.
http://silverbux.github.io/laravel-angular-admin/
MIT License
923 stars 414 forks source link

Error when updating user profile #61

Closed thomasmktong closed 8 years ago

thomasmktong commented 8 years ago

After user login and updating his/her own profile. Server respond with this error.

{"message":"Wrong number of segments","status_code":401}

I am new to laravel and not sure about the cause yet, please shed me some light so that I can update the code and do a pull request etc. Thanks.

thomasmktong commented 8 years ago

Update: I actually got the same error on other put requests as well, such as updating other users in user list

thomasmktong commented 8 years ago

Update: I am closing this, root cause refer to https://github.com/silverbux/laravel-angular-admin/issues/62