Hi,
I am using fhir-client.js version v0.1.12. I have been able to initialize and do an initial search using smart.patient.api.search, with _count in search parameters. Response from the server does include self, first, last and next urls. When I try to use smart.api.nextPage to navigate to the next page nothing happens.
Upon trouble shooting further I could get until $$BundleLinkUrl in the library is called and the correct url for the next page is picked. However a GET request for this is not submitted.
Can someone please tell me what am I missing?