medusa
medusa copied to clipboard
The world's most flexible commerce platform.
**What** - allow nulls in the update dto for promotions for: `ends_at`, `valid_duration` and `usage_limit` **Why** - to enable the admin client to remove the previously mentioned properties using the...
#1662 #1612 fixed after rebasing to latest medusa develop branch [https://github.com/medusajs/medusa/issues/1612](url) @adrien2p sorry had to rebuild the branch from #1662 . Thus the new PR
The Medusa Server instance crashes (SIGABRT), due to memory allication failure after a period of time (1-4 hours observed). This happens both when running with `medusa start` and `medusa develop`....
Hi, I am working on my first project using medusajs and it was going allright so far. Got to the point where I wanted to deploy it on a server...
**What** - remove additional workflow run on pull request creation - include linting in the pipeline though only with warnings, allowing the pipeline to pass with a failing linter but...
# Issue Hi, when I try to get session with api key via `/admin/auth` I get 400 Bad Request. # Cause After digging a little I found that error appears...
This improves the developer experience. If you add `throw new Error("You need to provide a JWT_SECRET")` inside `medusa-config.js`, you would get the following error: ``` TypeError: Cannot read properties of...
It seams that the `QueryBuilderService` is actually a set of utilities and the service extends the `BaseService` but does not relied on it, should we move them into the utils...
@dwene show me some performance issues around the line items (remove, create) and the draft order interaction  I will have a look but I wanted to know @olivermrbl if...