Add 'secure: false' to proxy setting
This commit is contained in:
@@ -23,7 +23,10 @@ module.exports = merge(commonConfig, {
|
||||
'.sahkoinsinoorikilta.fi',
|
||||
],
|
||||
proxy: {
|
||||
'/api': 'http://localhost:8000',
|
||||
'/api': {
|
||||
target: 'http://localhost:8000',
|
||||
secure: false,
|
||||
},
|
||||
},
|
||||
// clientLogLevel: 'none',
|
||||
// https: settings.dev_server.https,
|
||||
|
||||
Reference in New Issue
Block a user