I followed through one of the tutorials on deployment of laravel app here and was able to deploy my laravel app. Laravel is used as backend while vuejs handles the front end. I also installed nodejs (v16), then did npm install and then npm run prod. However, my app shows a blank page on the browser and some errors on the console.
GET https://ip-address/css/app.css net::ERR_CONNECTION_REFUSED
GET https://ip-address/js/app.js net::ERR_CONNECTION_REFUSED
GET https://ip-address/images/assets/relicon.png net::ERR_CONNECTION_REFUSED
this seems to be a problem with my js compilation but i have not been able to figure out the issue. Any help will be greatly appreciated.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!