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

    Stuck at 100 percent after running quasar dev

    Help
    5
    5
    1178
    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.
    • J
      jeimz173 last edited by

      Hi i am having a problem here with quasar cli… whenever it reach 100 percent no page has been loaded… please help me how to fix this thank you… i already upgrade my quasar cli to the latest version… thanks

      1 Reply Last reply Reply Quote 0
      • L
        liguyu last edited by

        It may be a missing enclosing html tag error or things like that in your template.

        1 Reply Last reply Reply Quote 0
        • P
          Pierre last edited by Pierre

          investigate this a couple of times now, with a couple different reasons behind it.

          • Missing closing or invalid tag intemplate (as mentioned by liguyu above)
          • Multiple root elements in vue template
          • Usage of non-es2015 syntax in template, example: <span>{{ myObject?.myVar }}</span> (notice the ?. syntax)

          The only way to discover exactly which file is the issue is to run:
          $ quasar build --debug

          This will give you (a lot of) output and tell you which file, but not exactly what issue, it gets stuck at.

          Hope this helps other people!

          S 1 Reply Last reply Reply Quote 3
          • S
            SeanO @Pierre last edited by

            @Pierre It just helped me with the same issue. Thanks!

            1 Reply Last reply Reply Quote 0
            • P
              pedrolucas last edited by

              My problem was <span>{{ myObject?.myVar }}</span>, Thanks!!!

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