If the vue proxyTable proxy port is set to 8080, it will report an error, but if it is set to something else (7070\ 8081), there will be no problem.

problem description

if the vue proxyTable proxy port is set to 8080, the interface can not get the returned data of the server by error response

7777

comments have always been set to 8080

the environmental background of the problems and what methods you have tried

other ports can be accessed normally after changing port 8080

related codes

proxyTable: {
    "/hotel": {
        target: "http://10.58.21.217:7777",
        changeOrigin: true
    }
},
host: "localhost", // can be overwritten by process.env.HOST
port: 8080, 

what result do you expect? What is the error message actually seen?

Nov.29,2021

Port 8080 should be occupied


your vue application occupies port 8080,

port: 8080
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-1b378f0-2b8ed.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-1b378f0-2b8ed.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?