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
    1. Home
    2. dom082186
    3. Topics
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 3
    • Best 0
    • Groups 0

    Topics created by dom082186

    • D

      dot rule in vue router
      Help • • dom082186

      3
      0
      Votes
      3
      Posts
      255
      Views

      P

      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

    • D

      Q-Notify
      Help • • dom082186

      3
      0
      Votes
      3
      Posts
      126
      Views

      H

      Were you able to solve this?