简体   繁体   中英

Laravel Vue.js components are not working on server

I am new to Laravel Vue and I recently came to a project. at my localhost everything working fine, but when I pushed my project to the server via git, the Vue components not working. it says this error in the console...

Uncaught SyntaxError: Unexpected token '<' app.js:1

there is no npm install on the server so I run the command locally "npm run production" and pushed the app.js and all other js files via git to the server.. the server files are the same as localhost but Vue components not working on the server, but they are running on localhost..., I am stuck to the problem with 3 days, any help will be highly appreciated.

Thanks

Just for clarity, the CSS file is rendering but the JS file not

In my console:

Resource interpreted as Stylesheet but transferred with MIME type text/html : /rider/auth/public/css/app.css .

Uncaught SyntaxError: Unexpected token '<' app.js:1

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

So the issue was in the.env file, and there was a variable "ASSET_URL =./public", this was not allowing the application to go to the correct path. Thanks @Aless55 for your great support

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM