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. karamcelwrath
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    karamcelwrath

    @karamcelwrath

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    karamcelwrath Follow

    Latest posts made by karamcelwrath

    • RE: Quasar in subfolder issue with hot reload - sockjs.js

      Good point. I like to develop under the same variables as how prod is going to be. It’d be nice to get the hot reload to work with subfolders in dev. There has to be a way. Anyone know how?

      posted in Help
      K
      karamcelwrath
    • Quasar in subfolder issue with hot reload - sockjs.js

      Hello, I’m developing and running a Quasar project in a subfolder:

      Ex: https://apps.mydomain.com/project1

      I have set publicPath: ‘/project1/’ in the build object of the quasar.conf.js

      The app is working well except the hot reload sockjs.js call fails with a 404 error on the console because it is not using the subfolder, instead it is loading the sockjs-node/info call from the root of the domain:

      sockjs.js?b1aa:1606 GET https://apps.mydomain.com/sockjs-node/info?t=1599256287869 404 (Not Found)

      What do I need to do to make the sockjs.js hot reload work when running a project in a subfolder environment?

      Thanks in advance.

      posted in Help
      K
      karamcelwrath