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

allows disabling ssl for minio, for a local/docker installation without ssl enabled

For increased security IAM authentication is advised with postgres as opposed to static password authentication in production environments on AWS. However, at present medusa doesn't seem to have a way...

## Goal We want to be able to retrieve a specific type of conditions from a DiscountCondition. Can be products, collections, tags, types, and customer groups. ## Proposal **Endpoint** ```...

type: feature or enhancement

We want to implement some notion of server transmitted data, as we want to be able to transmit to the client when a batch job is completed, and as an...

type: feature or enhancement

**Steps to reproduce** - In the root run `yarn bootstrap && yarn build` - `cd integration-tests/api` - `medusa-dev --scan-once` - `yarn test --watch` Jest will be able to go through...

type: bug

I have noticed very high TTFB on each cart manipulation. After a lot of digging I have narrowed it down to that it's because each time a new payment intent...

We want to add a GraphQL API layer for querying data from Medusa. Generally, we see two approaches: - Adding a GraphQL layer on top of our Rest API -...

## Issue I was interested in deploying my application in a serverless environment, more specifically Cloudflare Workers. At the moment, Axios is the HTTP library used for interacting with the...

type: feature or enhancement

We use Sentry (https://sentry.io/) to keep track of error logs and uncaught exceptions. It would be really nice if there was a plugin that we could use to plug that...

type: feature or enhancement