[Error] Unhandled Promise Rejection: SyntaxError: JSON Parse error: Unexpected identifier "x".
When I type php artisan serve to run the application at first, it writes a letter x as shown in the picture. Then I press the log in button to log in, I encounter this error on my console. what do i need to do?
Solution:Jump to solution
The problem is caused by the activity log plugin.
I solved it by doing
composer remove rmsramos/activitylog.
...1 Reply
Solution
The problem is caused by the activity log plugin.
I solved it by doing
composer remove rmsramos/activitylog.