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

    dot rule in vue router

    Help
    3
    3
    394
    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.
    • D
      dom082186 last edited by

      i’m just wondering having a dot in url is not working anymore

      metalsadman 1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman @dom082186 last edited by

        @dom082186 said in dot rule in vue router:

        i’m just wondering having a dot in url is not working anymore

        https://github.com/vuejs/vue-router/issues/576#issuecomment-280847036

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

          I just solved the issue (in my case “not working anymore” meant that I kept getting 404 error) this way:

          quasar.conf.js

          devServer: {
              ...
              // add this:
              historyApiFallback: {
                  disableDotRule: true,
            },
          

          Reference: https://webpack.js.org/configuration/dev-server/#devserverhistoryapifallback

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