360 Failed to load resource: the server responded with a status of 404 (Not Found) 6 http://www.***.com/api/users Failed to load resource: the server responded with a status of 422 (Unprocessable Entity)
justjavac 360 Failed to load resource: the server responded with a status of 404 (Not Found) 按 F12,把整个异常的堆栈贴出来。
360 http://***/api/users,这个目录找不到,看起来是像Nginx重写规则依然不对。 location /api { try_files $uri $uri/ /api.php?$query_string; }
justjavac 360 http://***/api/users,这个目录找不到,看起来是像Nginx重写规则依然不对。 如果有 laravel 的异常,说明已经进入系统了。如果是默认的 nginx 的 404 页面,说明没有配置对。
360 360 IE 11只出现在中文版下面,也就是本站无法在IE11下面登录,老大你对数据库到底做了什么?原版英文版的官网论坛一点登录没问题。 非常不建议改老外的mysql降级到5.3下面跑,可能是那边出问题了。