-
Missing lock for job job_01GYSFN00EESTKD07SVNDJWHFN. failed
at Scripts.finishedErrors (/node_modules/bullmq/dist/cjs/classes/scripts.js:214:24)
at Job.moveToFailed (/node_modules/bullmq/dis…
-
## Bug report
### Describe the bug
After upgrading medusa-oas to 0.3.1, oas files cannot be generated unless base files are copied to `../../../../docs-util/oas-output` or a base file overri…
-
Hello,
I have been working on extending the functionality of the Medusa Commerce platform to include new attributes on Product Categories. Specifically, I've added the fields root_category_id, root…
-
I'm trying to install Medusa v2 on Windows 10.
I get this error when i run npm run build:
```
npm run build
> medusa-starter-default@0.0.1 build
> cross-env npm run clean && npm run build:s…
-
## Bug report
### Describe the bug
We use `medusa.products.list` heavily with `id` parameter to retrieve products by IDs.
```ts
await medusa.products.list({ id: ids });
```
But when we …
finom updated
4 months ago
-
## Bug report
### Describe the bug
When trying to create the medusa backend, I cannot get past the DB creation step. Selecting continue just shows the same output. I can select 'change crede…
-
## Bug report
When you repeatedly kill and restart the server after flushing redis the staged jobs remain, eventually accumulating. I had 882 staged jobs, though. And the server would hang when it …
-
## Bug report
### Describe the bug
While attempting to complete the initial onboarding process, the sections :"Preview Product in your Next.js Storefront" and "Create an Order using your Nex…
-
## Bug report
### Describe the bug
The routes `GET /products` stop working properly when dealing with a large number of products (~100.000-200.000). The `ProductService.listAndCount` method has …
-
We are working on improving the payments domain to allow for more advanced use cases such as native split payments.
The payment functionality and new changes will be introduced in a new package, `@me…