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

    Proxy don't change in build

    Help
    1
    1
    477
    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.
    • W
      wesleymr7 last edited by

      Hi guys, when i build the webapp my proxy don’t change, remaining localhost:8080/api, but proxy table is set to localhost:3000/api in dev env.

      my proxy table

      proxyTable: {
      ‘/api’: {
      target: ‘http://localhost:3000’,
      “*”: “http://[::1]:8080”,
      changeOrigin: true,
      pathRewrite: {
      ‘^/api’: ‘http://localhost:3000/api’
      }
      }
      }

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