[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?
Screenshot_2024-09-10_at_22.34.05.png
Screenshot_2024-09-10_at_22.35.28.png
Solution
The problem is caused by the activity log plugin.
I solved it by doing composer remove rmsramos/activitylog.
Was this page helpful?