Closed JeStasG closed 6 years ago
When you call the following code: this.$http({ url: '/api/getData', method: 'POST', body: { someProperty: SomeValue }, timeout: 0 }) .then(response => { }) Error 0 () is output after 2 minutes.
this.$http({ url: '/api/getData', method: 'POST', body: { someProperty: SomeValue }, timeout: 0 }) .then(response => { })
Sorry, it default timeout for http server on nodejs/
When you call the following code:
this.$http({ url: '/api/getData', method: 'POST', body: { someProperty: SomeValue }, timeout: 0 }) .then(response => { })
Error 0 () is output after 2 minutes.Sorry, it default timeout for http server on nodejs/