GENERIC_MISSING_REQUEST_CONTEXT
No request context is available; this code path requires an active request scope
Thrown from
packages/errors/src/index.ts:1396
* throw new MissingRequestContextError();apps/storefront/src/utils/flags/adapter.ts:23
if (!ctx) throw new MissingRequestContextError();