API_UNKNOWN_SHOP_DOMAIN

Could not find a shop with the given domain

UnknownShopDomainErrorHTTP 404ApiErrorKind

Thrown from

packages/db/src/services/shop.ts:371
throw new UnknownShopDomainError(domain);
View ↗
packages/errors/src/index.ts:255
* throw new UnknownShopDomainError('shop.example.com');
View ↗
apps/storefront/e2e/global-setup.ts:70
throw new UnknownShopDomainError(domain, 'The demo shop is missing after the canonical Convex seed.');
View ↗

On this page