We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "name": "project-name", "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", "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.5.1", "@medusajs/cli": "2.5.1", "@medusajs/framework": "2.5.1", "@medusajs/medusa": "2.5.1", "@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", "loadash": "^1.0.0", "medusa-variant-images": "^1.0.4", "pg": "^8.13.0" }, "devDependencies": { "@medusajs/test-utils": "2.5.0", "@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" } }
v22
Postgresql 17
Ubuntu 24
Chrome
My project is just a fresh scaffold but products thumbnails are not visible on products listing page.
I tried to debug and found a reason.
Api request is getting thumbnails urls in response.
But when it renders component it don't receive thumbnail url in src attr.
Products listings should show thumbnails.
Products listings don't show thumbnails.
https://github.com/asad-ali-bhatti/medusa-issue/tree/main
The text was updated successfully, but these errors were encountered:
riqwan
No branches or pull requests
Package.json file
Node.js version
v22
Database and its version
Postgresql 17
Operating system name and version
Ubuntu 24
Browser name
Chrome
What happended?
My project is just a fresh scaffold but products thumbnails are not visible on products listing page.
I tried to debug and found a reason.
Api request is getting thumbnails urls in response.
But when it renders component it don't receive thumbnail url in src attr.
Expected behavior
Products listings should show thumbnails.
Actual behavior
Products listings don't show thumbnails.
Link to reproduction repo
https://github.com/asad-ali-bhatti/medusa-issue/tree/main
The text was updated successfully, but these errors were encountered: