-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Description
Package.json file
{
"name": "backend",
"version": "0.0.1",
"scripts": {
"build": "medusa build",
"seed": "medusa exec ./src/scripts/seed.ts",
"start": "medusa start",
"dev": "medusa develop",
"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 --runInBand --forceExit",
"test:unit": "TEST_TYPE=unit NODE_OPTIONS=--experimental-vm-modules jest --silent --runInBand --forceExit"
},
"dependencies": {
"@medusajs/admin-sdk": "2.10.3",
"@medusajs/cli": "2.10.3",
"@medusajs/framework": "2.10.3",
"@medusajs/js-sdk": "2.10.3",
"@medusajs/medusa": "2.10.3",
"@medusajs/ui": "4.0.23",
"@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"
},
"devDependencies": {
"@medusajs/test-utils": "2.10.3",
"@medusajs/ui-preset": "2.10.3",
"@mikro-orm/cli": "6.4.3",
"@swc/core": "^1.5.7",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.14",
"@types/node": "^24.5.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"jest": "^29.7.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.2",
"vite": "^5.2.11"
},
"engines": {
"node": ">=20"
},
"packageManager": "[email protected]"
}
Node.js version
v22.19.0
Database and its version
Postgresql 16
Operating system name and version
Mac OS 15.6.1
Browser name
Chrome
What happended?
the filter in orders page not works:

Expected behavior
the filter in orders page should filter the orders according the conditions selected
Actual behavior
the filter in orders page not works:
Link to reproduction repo
NA