- Ya
- 5 Septemba 2026, 01:52 UTC
- Mwandishi
- Kamo
- Ahadi ya
- fa797ab
KamoMobile's contacts and calendar screens 404'd on every request. Neither path was routed at the api host, so nothing reached EmailService and the service logged nothing at all — the failure is invisible from the far side. kamo-internal never needed these here: it reaches all three through its own BFF routes under app/api/*, which forward to kamowsemail-service with the path preserved. KamoMobile talks to this host directly, so the gateway has to know about them too. This is the identical trap /api/email fell into, whose fix is three lines above this one and carries the same comment. Anything the web reaches through a BFF route is unrouted here until somebody says otherwise.