Problem with Books Collection Example

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

Hi!

It seems the README.md was not updated when the service was renamed in the example:

bookService => library.

You can access it at:
http://localhost:8080/api/library/books

I’ve correct it now in develop. Thanks for dropping a note about it! :bowing_man: