A first-party HTTPS endpoint responded without a Strict-Transport-Security header, so a first request (or one after cache expiry) can be downgraded to HTTP by a network attacker.
The app's HTTPS backend answers without Strict-Transport-Security. On a hostile network an attacker intercepts the very first (or a post-expiry) request, which the client may still attempt over HTTP, and downgrades it to plaintext before any redirect to HTTPS takes effect.
A window for SSL-stripping on each fresh connection, exposing the initial request and any credential it carries.