Skip to content

[Bug]: Products doesnt appear in products tab list #13169

@chillpilllike

Description

@chillpilllike

Package.json file

{
  "name": "medusa-starter-default",
  "version": "0.0.1",
  "description": "A starter for Medusa projects.",
  "author": "Medusa (https://medusajs.com)",
  "license": "MIT",
  "keywords": [
    "sqlite",
    "postgres",
    "typescript",
    "ecommerce",
    "headless",
    "medusa"
  ],
  "scripts": {
    "build": "medusa build",
    "predeploy": "medusa db:migrate",
    "seed": "medusa exec ./src/scripts/seed.ts",
    "start": "medusa start",
    "dev": "medusa develop",
    "migrate": "medusa migrations run",
    "sync": "medusa db:sync-links",
    "test:integration:http": "TEST_TYPE=integration:http NODE_OPTIONS=--experimental-vm-modules jest --silent=false --runInBand --forceExit",
    "test:integration:modules": "TEST_TYPE=integration:modules NODE_OPTIONS=--experimental-vm-modules jest --silent=false --runInBand --forceExit",
    "test:unit": "TEST_TYPE=unit NODE_OPTIONS=--experimental-vm-modules jest --silent --runInBand --forceExit"
  },
"dependencies": {
  "@medusajs/admin-sdk": "2.8.8",
  "@medusajs/cli": "2.8.8",
  "@medusajs/framework": "2.8.8",
  "@medusajs/medusa": "2.8.8",
  "@mikro-orm/core": "6.4.3",
  "@mikro-orm/knex": "6.4.3",
  "@mikro-orm/migrations": "6.4.3",
  "@mikro-orm/postgresql": "6.4.3",
  "awilix": "^8.0.1",
  "pg": "^8.13.0",
  "@medusajs/index": "2.8.8",
  "@rsc-labs/medusa-wishlist": "latest",
  "@lambdacurry/medusa-product-reviews": "latest",
  "@rsc-labs/medusa-store-analytics-v2": "latest",
  "@rsc-labs/medusa-products-bought-together-v2": "0.0.3",
  "@medusajs/icons": "^2.1.3",
  "@mui/material": "^6.1.2",
  "react-hook-form": "^7.53.0",
  "@emotion/react": "^11.13.3",
  "@emotion/styled": "^11.13.0",
  "pdfkit": "^0.15.1",
  "recharts": "^2.13.3",
  "@medusajs/analytics-posthog": "2.8.8",
  "resend": "latest"
},
  "devDependencies": {
    "@medusajs/test-utils": "2.8.8",
    "@mikro-orm/cli": "6.4.3",
    "@swc/core": "1.5.7",
    "@swc/jest": "^0.2.36",
    "@types/jest": "^29.5.13",
    "@types/node": "^20.0.0",
    "@types/react": "^18.3.2",
    "@types/react-dom": "^18.2.25",
    "jest": "^29.7.0",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.2",
    "vite": "^5.2.11",
    "yalc": "^1.0.0-pre.53"
  },
  "engines": {
    "node": ">=20"
  }
}

Node.js version

v21

Database and its version

16.2

Operating system name and version

linux

Browser name

No response

What happended?

Running 2.8.8 a fresh install.

I created several products using API, the admin products page can be accessed but the products doesnt appear in products list.

I ran the migrations after import. But still the products list is empty.

Expected behavior

The products should be visible in products list

Actual behavior

Products list is empty

Image Image

Link to reproduction repo

https://github.com/medusajs/medusa-starter-default

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions