go to node_modules/webpack-dev-server/lib/Server.js in ~/foreman
around line 496 change protocols: ['h2', 'http/1.1'] to protocols: ['http/1.1'] (remove h2 from the array)
start dev server
NOTE: this will be overwritten when you npm install again