ielm icon indicating copy to clipboard operation
ielm copied to clipboard

CORS issues when another server is running on 8080

Open shamansir opened this issue 6 years ago • 0 comments

localhost:8080 is specified in Access-Control-Allow-Origin header, but when there's any other server running on 8080 port, Webpack assigns the next one (i.e. :8081), which turns out not to be allowed.

shamansir avatar Nov 27 '17 19:11 shamansir