Hello Fedora Community,
I am working on a project and would like some guidance. Here is my current progress and the issues I’m facing:
Progress so far:
- Backend developed in Java; basic functionality for creating and storing cards is working.
- Frontend built with Bootstrap; UI is responsive and basic forms are functional.
- Attempted API integration for external verification, and endpoints are set up.
- Successfully tested on Linux environment; application runs without crashing.
Current issue:
- When trying to fetch data via the API, the system sometimes does not return the expected results.
- Error logs indicate a connection timeout or null data.
- It is unclear whether the issue is in Java backend code, API configuration, or Linux setup.
Steps taken to resolve the issue:
- Verified API keys and endpoints multiple times.
- Tested API calls using Postman; they work fine there.
- Increased timeout settings in Java HTTP client.
- Checked firewall and network settings on Linux machine.
Despite all these steps, the issue still persists.
I would really appreciate any advice on:
- Debugging API integration issues in a Java/Linux environment.
- Suggestions for libraries or tools to handle API calls more reliably.
- Best practices for linking Bootstrap frontend with Java backend.
I am trying to build a digital membership card system.