You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error 404 when trying to create a new product, when checking the logs I see this:
error: Sales channel with id: sc_01JCPK6669CBRF5DNCG6D1T9MN not found MedusaError: Sales channel with id: sc_01JCPK6669CBRF5DNCG6D1T9MN not found at GET (/home/node/app/blessed/node_modules/@medusajs/medusa/src/api/admin/sales-channels/[id]/route.ts:28:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at async /home/node/app/blessed/node_modules/@medusajs/utils/src/common/wrap-handler.ts:17:14 { __isMedusaError: true, type: 'not_found', code: undefined, date: 2024-11-15T00:38:31.242Z } http: GET /admin/sales-channels/sc_01JCPK6669CBRF5DNCG6D1T9MN ← http://portainer.alphatechs.net:9000/app/products/create (404) - 14.379 ms error: Sales channel with id: sc_01JCPK6669CBRF5DNCG6D1T9MN not found MedusaError: Sales channel with id: sc_01JCPK6669CBRF5DNCG6D1T9MN not found at GET (/home/node/app/blessed/node_modules/@medusajs/medusa/src/api/admin/sales-channels/[id]/route.ts:28:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at async /home/node/app/blessed/node_modules/@medusajs/utils/src/common/wrap-handler.ts:17:14 { __isMedusaError: true, type: 'not_found', code: undefined, date: 2024-11-15T00:38:32.324Z }
Expected behavior
I should be able to create products on to any of the two existing sales channels
Actual behavior
Can't create a new product because apparently the sales channel is missing. (I've deleted the default sales channel and created two new ones).
Link to reproduction repo
working on it :)
The text was updated successfully, but these errors were encountered:
Package.json file
Node.js version
v20.18.0
Database and its version
PostgreSQL 12.0
Operating system name and version
Debian 11 Bullseye
Browser name
Opera GX
What happended?
I get an error 404 when trying to create a new product, when checking the logs I see this:
error: Sales channel with id: sc_01JCPK6669CBRF5DNCG6D1T9MN not found MedusaError: Sales channel with id: sc_01JCPK6669CBRF5DNCG6D1T9MN not found at GET (/home/node/app/blessed/node_modules/@medusajs/medusa/src/api/admin/sales-channels/[id]/route.ts:28:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at async /home/node/app/blessed/node_modules/@medusajs/utils/src/common/wrap-handler.ts:17:14 { __isMedusaError: true, type: 'not_found', code: undefined, date: 2024-11-15T00:38:31.242Z } http: GET /admin/sales-channels/sc_01JCPK6669CBRF5DNCG6D1T9MN ← http://portainer.alphatechs.net:9000/app/products/create (404) - 14.379 ms error: Sales channel with id: sc_01JCPK6669CBRF5DNCG6D1T9MN not found MedusaError: Sales channel with id: sc_01JCPK6669CBRF5DNCG6D1T9MN not found at GET (/home/node/app/blessed/node_modules/@medusajs/medusa/src/api/admin/sales-channels/[id]/route.ts:28:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at async /home/node/app/blessed/node_modules/@medusajs/utils/src/common/wrap-handler.ts:17:14 { __isMedusaError: true, type: 'not_found', code: undefined, date: 2024-11-15T00:38:32.324Z }
Expected behavior
I should be able to create products on to any of the two existing sales channels
Actual behavior
Can't create a new product because apparently the sales channel is missing. (I've deleted the default sales channel and created two new ones).
Link to reproduction repo
working on it :)
The text was updated successfully, but these errors were encountered: