Muskan, Since you have setup new instance there is good chance system does not have any clients, but you are trying to fetch client with id 1 and platform is saying that particular resource is not present in the system.
Try this https://localhost:8443/fineract-provider/api/v1/clients?tenantIdentifier=default&pretty=true you should get HTTP status as 200 with empty result set. - Nayan Ambali +91 9591996042 skype: nayangambali On Sat, Oct 19, 2019 at 10:19 PM Muskan Khedia <[email protected]> wrote: > Thank you for your help. According to the documentation, I tried sending > some GET requests like: > 1. This was given an example in the documentation > https://demo.openmf.org/fineract-provider/api/v1/clients/1?tenantIdentifier=default&pretty=true > But again received an error message attached in screenshot 1. > 2. Then I tried using the local host API for the GET request using the > link > https://demo.openmf.org/fineract-provider/api/v1/clients/1?tenantIdentifier=default&pretty=true > But received the same error message as earlier attached in screenshot > 2. > > Please correct me where I am wrong. > > On Sat, Oct 19, 2019 at 9:08 PM Yemdjih Kaze Nasser <[email protected]> > wrote: > >> >> The build is OK, but it's just the backend. >> To use the ui you need the mifos community-app >> >> I faced thesame challenge. >> Check fineract api documentation >> <https://demo.openmf.org/api-docs/apiLive.htm> to learn how to use the >> fineract backend >> >> On Sat, 19 Oct 2019 at 15:38, Muskan Khedia <[email protected]> >> wrote: >> >>> Hello, >>> I am Muskan Khedia, 3rd-year Computer Science Engineering Student. I was >>> looking for open source projects and found the Apache-Fineract project >>> really interesting and wanted to contribute to it. I was trying to run the >>> project in my system but I am facing some difficulties while running the >>> project using Docker. I followed the instructions as mentioned in the >>> docs >>> <https://github.com/apache/fineract#instructions-to-run-using-docker-and-docker-compose>. >>> The docker build has been successful but on opening the server on the >>> browser error status 404 is been displayed. The screenshot of the error >>> status is attached below. >>> >>> Can anyone please help me out fixing this issue. >>> >>> Thank you >>> Muskan Khedia >>> >>
