White screen
-
When I start a Quasar project I have cloned from git I get just a white screen and in the console log it is saying 404 for all the javascript files. I’m just running ‘quasar dev’
Dev mode… spa
Pkg quasar… v1.14.1
Pkg @quasar/app… v2.1.1
Debugging… enabledApp · Running “@quasar/dotenv” Quasar App Extension…
App · Reading quasar.conf.js
App · Checking listening address availability (app.–:8080)…
App · Extension(@quasar/dotenv): Extending quasar.conf…
App · Transpiling JS (Babel active) - includes IE11 support
App · Extending SPA Webpack config
App · Generating Webpack entry point
App · Booting up…• Compiling:
└── SPA ████████████████████ 100% done in 11395 msDONE Compiled successfully in 11399ms 11:45:39
N App dir… /----
App URL… http://-:8080/
Dev mode… spa
Pkg quasar… v1.14.1
Pkg @quasar/app… v2.1.1
Transpiled JS… yes (Babel) - includes IE11 support -
I’ve found the issue, it was due to the public folder in the root of the project. This project shares the folder with a Laravel project for the backend and some files were in the public folder which were causing the issue