Laravel Passport 404

一世执手 提交于 2019-12-04 12:18:51

Side-channel communication (IRC) showed that Laravel was installed in a subpath (http://192.168.3.80/myapp/public/), and the urls assume that the application is in the root.

The solution is to change your webserver configuration and set the root (nginx) or DocumentRoot (apache) to Laravel's public folder.

add .. before the url "/oauth/personal-access-tokens" as "../oauth/personal-access-tokens" and do same for other urls also it will work on laravel 5.8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!