Ismayil Niftaliyev

Results 2 issues of Ismayil Niftaliyev

I have copied all boilerplate (solution) to server and run this commands: _npm run build_ _npm run start_ At first all worked fine. But after 15-20 request "stact overflow exception"...

This code example on js-data-http guid simply does not work for me: ```javascript import { Container } from 'js-data'; import { HttpAdapter } from 'js-data-http-node'; const httpAdapter = new HttpAdapter({...