最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

fineract: response status is 404 fineract-providerfineract.json - Stack Overflow

matteradmin7PV0评论

I have setup fineract using following command in my Windows using WSL, and every thing was successful:

git clone .git ; cd fineract for windows, use git clone .git --config core.autocrlf=input ; cd fineract ./gradlew :fineract-provider:jibDockerBuild -x test install the Loki log driver with docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all-permissions docker compose -f docker-compose-development.yml up -d fineract (back-end) is running at https://localhost:8443/fineract-provider/ wait for https://localhost:8443/fineract-provider/actuator/health to return {"status":"UP"} you must go to https://localhost:8443 and remember to accept the self-signed SSL certificate of the API once in your browser, otherwise you get a message that is rather misleading from the UI. community-app (UI) is running at http://localhost:9090/?baseApiUrl=https://localhost:8443/fineract-provider&tenantIdentifier=default

But as i try to run this link locally, https://localhost:8443/fineract-provider/swagger-ui/index.html

I got this error response status is 404 /fineract-provider/fineract.json

I m not sure, what i m missing.

I tried to change java version from 17 to 18, and still no luck. Also i try deleting completely local setup and did every thing again, and not luck

Post a comment

comment list (0)

  1. No comments so far