medusa icon indicating copy to clipboard operation
medusa copied to clipboard

The world's most flexible commerce platform.

Results 844 medusa issues
Sort by recently updated
recently updated
newest added

I am afraid I have to ask another question also but I hope this one is easy, thanks again for the awesome project. I have seen the documentation about deploying...

add thumbnail and image properties to product-collection.ts. add api endpoint changes for managing thumbnail and image. add migration changes for product collection images add new endpoint for querying collection with...

Have an opportunity to use medusa server for saving images also

Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.2 to 5.0.8. Release notes Sourced from sqlite3's releases. v5.0.8 What's Changed Reverted https://github.com/TryGhost/node-sqlite3/commit/5063367567fd1abe47bafc2095fb4f9090a260e3, which was causing a segfault with certain queries (TryGhost/node-sqlite3#1605 and TryGhost/node-sqlite3#1606) Full Changelog:...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I'm running `[email protected]` and I've set up the webooks in Stripe to call `https://mydomain.com/stripe/hooks`. The events I've activated are - `payment_intent.amount_capturable_updated` - `payment_intent.payment_failed` - `payment_intent.succeeded` as these seem to be...

type: bug

Hi, as discussed before on discord, a strange thing happens in my instances of medusa. I'm unable to login into the Admin portal (`GET /admin/auth`) using Safari, instead on Chrome...

At the moment, the only available config for redis is the `redis_url` The problem is that if as a consumer you need to customise your redis instance options it is...

**What** - add filtering to `/customers/me/orders` on the following parameters: - `id?: string;` - `q?: string;` - `status?: OrderStatus[];` - `fulfillment_status?: FulfillmentStatus[];` - `payment_status?: PaymentStatus[];` - `display_id?: string;` - `cart_id?:...