Hi there,
I´m trying to run Resgate examples.
When I tried Books Collection Example (resgate/examples/book-collection at master · resgateio/resgate · GitHub) I wasn´t able to get books Collection through => GET http://localhost:8080/api/bookService/books
I´m getting this error:
{
“code”: “system.timeout”,
“message”: “Request timeout”
}
All Services are running ok and I´m able to list, edit and delete using web browser example provided on port 8083.
tks in advance