如何将Laravel和Vue js SPA应用部署到Live Server?

问题描述 投票:0回答:1

在看了laravel.log之后, 我得到了两个错误.

1.

[2020-05-25 01:47:22] local.ERROR: The resource owner or authorization server denied the request.
{"exception":"[object (League\\OAuth2\\Server\\Exception\\OAuthServerException(code: 9)

2.

(InvalidArgumentException(code: 0): The JWT string must have two dots at
/Applications/XAMPP/xamppfiles/htdocs/highrjobsadminlte/vendor/lcobucci/jwt/src/Parser.php:95)

我想第一个错误可能与我创建的token过期有关,但我改变了token,我仍然收到这个错误。我试着上网搜索这些错误,但我想不出如何解决它。

有没有人部署了Laravel, Vue js和Laravel Passport SPA并在部署到Live Hosting Server时遇到这些问题?

laravel vue.js single-page-application
1个回答
0
投票

执行 npm run build 部署前。然后将nginxapache2配置的根目录设置成 dist/index.html.

© www.soinside.com 2019 - 2024. All rights reserved.