NordThorus

Results 6 comments of NordThorus

I found the solution: in UserController.php Wrong: return response()->json($user, 200); Correct: return response()->json($request->user());

I have the same problem, howto use the code fix on my meteor/vue project?

@jbl2024 thanks -i will look at it.

I found a fix: Downgrade to akryum:vue-router2@=0.2.0 And if mongodb says: Unexpected mongo exit code 62. Restarting. Then: Meteor reset (delete local db content) to @Akryum maybe a solution here...

I have same problem, did you find a solution?

In Windows cmd, in project: meteor update