当页面重新加载时,该错误发生在我的 Laravel 应用程序中的某些 Ajax 请求中。一些请求失败并返回以下响应:
exception: "InvalidArgumentException"
file: "C:\wamp64\www\<my app directory>\vendor\laravel\framework\src\Illuminate\Http\JsonResponse.php"
line: 75
message: "Malformed UTF-8 characters, possibly incorrectly encoded"Run Code Online (Sandbox Code Playgroud)
是什么导致了这个错误?如何解决?