API_UNKNOWN_SHOP_DOMAIN
Could not find a shop with the given domain
Thrown from
packages/db/src/services/shop.ts:371
throw new UnknownShopDomainError(domain);packages/errors/src/index.ts:255
* throw new UnknownShopDomainError('shop.example.com');apps/storefront/e2e/global-setup.ts:70
throw new UnknownShopDomainError(domain, 'The demo shop is missing after the canonical Convex seed.');