No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    White screen

    Help
    1
    2
    524
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      steveleeroberts last edited by steveleeroberts

      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’

      Screenshot 2020-10-07 at 11.47.34.png

      Dev mode… spa
      Pkg quasar… v1.14.1
      Pkg @quasar/app… v2.1.1
      Debugging… enabled

      App · 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 ms

      DONE 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

      1 Reply Last reply Reply Quote 0
      • S
        steveleeroberts last edited by

        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

        1 Reply Last reply Reply Quote 1
        • First post
          Last post