You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[HPM] Error occurred while trying to proxy request /ug-manage/getList from localhost:9999 to http://localhost:8080/ (ENOTFOUND) (https://nodejs.org/api/errors.html#errors_common_system_errors)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
configuration
1.devServer configuration
2.proxyTable configuration
Question
when i open browser, visit 'http://localhost:9999/ug-manage/getList ', the browser get 504 status code, and my terminal get :
Why it shows the error?
but when change the proxyTable:
or
it works.
so what exactly HMR did when translate localhost? it doesn't translate to '127.0.0.1'?
Beta Was this translation helpful? Give feedback.
All reactions