Guys, why is there a conflict in my configuration of proxyTable? the first one below will conflict with the third one. Solve the problem.

proxyTable: {

     "/api":{
        target: "https://app.hsltm.com",
        changeOrigin: true,
        pathRewrite: {
            "^/api": "/api"
        }
    },
    "/ssm-api": {
      target: "https://appdb.hsltm.com",
      changeOrigin: true,
      pathRewrite: {
        "^/ssm-api": "/ssm-api"
      }
    },
  "/api-web": {
    target: "https://appdb.hsltm.com",
    changeOrigin: true,
    pathRewrite: {
      "^/api-web": "/api-web"
    }
  }
},

proxyTable
-----------------------
  "/api-web": {
    target: "https://appdb.hsltm.com",
    changeOrigin: true,
    pathRewrite: {
      "^/api-web": "/api-web"
    }
  }
  404
  -------------------------
  
  
   "/api":{
        target: "https://app.hsltm.com",
        changeOrigin: true,
        pathRewrite: {
            "^/api": "/api"
        }
    },
    
    --------------------------------------
Jul.12,2021

this is a conflict. It all starts with / api. Learn about it here: https://vuejs-templates.githu.

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36c77-2c026.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36c77-2c026.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?