-
When creating a product with two variants with the same option value results in an error indicating that the `product_option_value.value` field has duplicates. However, when creating a product with on…
-
## Bug report
### Describe the bug
Not able to create index, it stated authorization header is missing. Tried curl, it works.
### System information
"@medusajs/medusa": "1.20.0",
"med…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/medusajs/medusa/issues
### Issue Summary
I did not find how…
-
## Bug report
I am trying to add a variant to the current cart using
```
const { cart } = await this.client.carts.lineItems.create(
this.cartId!,
{
variant_id: variantId,
quan…
-
## Bug report
Can't open discount details in admin on v1.20.3
### Describe the bug
A clear and concise description of what the bug is.
```
Unexpected Application Error!
Cannot read pr…
-
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…
-
The plugin seems not able to work with the current version, what can I do on my side?
```
"dependencies": {
"@medusajs/admin": "7.1.9",
"@medusajs/cache-inmemory": "^1.8.9",
"@medu…
-
Everything works perfectly in localhost but on deploying to vercel, we get cors error
![Screenshot 2024-03-23 at 01 55 54](https://github.com/adrien2p/medusa-plugins/assets/12913275/ef25e13f-9e4b-43…
-
I've followed all the steps in:https://medusajs.com/plugins/medusa-plugin-auth/#google.
clicking on the 'Sign in with google' leads me back to 'successRedirect: http://localhost:8000/'. however, when…
-
Hi!
Using medusa `1.20.6` im refactoring my custom subscriber files to match the [new](https://docs.medusajs.com/development/events/create-subscriber) way. My current subscribers use the [old depre…