shopify app dev fails with “IN operator is not supported for store_type filter” on CLI 3.93.1

I have reproduced the issue on the latest CLI version.

Yes, I am on the latest version

I have searched existing posts and this report is not a duplicate.

Yes, this isn’t a duplicate

In which of these areas are you experiencing a problem?

App

Expected behavior

Running shopify app dev should either automatically resolve my development store or prompt me to select one, and then start the local dev preview successfully instead of failing before startup.

Actual behavior

shopify app dev fails immediately before the dev preview starts with the error: IN operator is not supported for store_type filter.

This happens on Shopify CLI 3.93.1, including when running shopify app dev without --reset and without --store.

Request IDs:

  • cf89db92-68b6-45bc-8de4-8c56ee719361-1775573033
  • 2c03097d-1060-4bb1-9b4f-1c0db35b06e2-1775573062

Reproduction steps

  1. Open the app project in PowerShell on Windows.
  2. Confirm the CLI version with shopify version and verify it is 3.93.1.
  3. Run shopify app dev.
  4. Complete the Shopify login flow if prompted.
  5. The command fails immediately before starting the dev preview with:
    IN operator is not supported for store_type filter

I also reproduced it with:
shopify app dev --reset -s inroom-dev.myshopify.com --verbose

Verbose output

PS C:\proyectos\inroom\in-room> shopify version
3.93.1

PS C:\proyectos\inroom\in-room> shopify app dev --verbose
2026-04-07T14:26:03.395Z: Running command app dev
2026-04-07T14:26:04.496Z: Notifications to show: 0
2026-04-07T14:26:05.330Z: Sending "Partners" GraphQL request:
  query AllOrgs {
    organizations(first: 200) {
      nodes {
        id
        businessName
        __typename
      }
      __typename
    }
  }

With request headers:
 - User-Agent: Shopify CLI; v=3.93.1
 - Keep-Alive: timeout=30
 - Sec-CH-UA-PLATFORM: win32
 - Content-Type: application/json

2026-04-07T14:26:05.793Z: Request to https://partners.shopify.com/api/cli/graphql completed in 461 ms
With response headers:
 - content-type: application/json; charset=utf-8
 - x-request-id: 5675c1f7-84d9-46fe-80c1-41772860e46e-1775571965

PS C:\proyectos\inroom\in-room> shopify app dev
To run this command, log in to Shopify.
✔ Logged in.
╭─ error ──────────────────────────────────────────────────────╮
│  IN operator is not supported for store_type filter          │
│  Request ID: cf89db92-68b6-45bc-8de4-8c56ee719361-1775573033 │
╰──────────────────────────────────────────────────────────────╯

PS C:\proyectos\inroom\in-room> shopify app dev
╭─ error ──────────────────────────────────────────────────────╮
│  IN operator is not supported for store_type filter          │
│  Request ID: 2c03097d-1060-4bb1-9b4f-1c0db35b06e2-1775573062 │
╰──────────────────────────────────────────────────────────────╯

### Operating system
Windows 11

### CLI version
3.93.1.

### Shell
PowerShell

### Nodejs version
v24.14.0

### What language and version are you using in your application?
Node.js 24.14.0

This is duplicated post of this one: