Skip to content

Backend integration not validated due to UI startup crash #36

@Eren-Can-Donertas

Description

@Eren-Can-Donertas

🐛 Problem Description

Although backend services are running correctly, the Android application crashes on startup.
As a result, frontend–backend integration has not been validated.


🎯 Expected Behavior

  • The UI should launch successfully.
  • At least one backend API call should be executed from the app.
  • The response should be rendered in the UI.

❌ Current Behavior

  • The backend is operational, but integration cannot be tested due to the crash.

✅ Acceptance Criteria

  • The app launches without crashing.
  • At least one backend API request is successfully executed.
  • A successful response (200 OK) is received.
  • The response is rendered on the UI.
  • Network calls are verifiable via logs.

🏷️ Priority / Labels

Priority: P1
Labels: bug, integration, android, backend, verification

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions