-
hi,
I installed your module and wanted to start with some basic authentication.
simple middleware
```js
export default defineNuxtRouteMiddleware(async (to, from) => {
const medusa = useM…
-
## Bug report
### Describe the bug
Hey there - just wanted to report that I'm seeing two slight issues during the manual draft order creation flow in Medusa Admin v6.0.4. These don't hugely …
-
## Bug report
After installing a base version of medusa, and then making a number of additions within the src/ directory the CustomerService begins to fail with the following error...
```
error…
-
We are migrating our admin system to use our design system, `@medusajs/ui` to deliver a more consistent and overall better admin experience.
The update will ensure a consistent aesthetic across the a…
-
## Bug report
### Describe the bug
When utilizing the `inventory` and `stocklocation` modules, I've encountered an inconsistency with the `inventory_quantity` attribute on the ProductVariant obj…
-
I am using medusa-paystack plugin at medusa.
https://medusajs.com/plugins/medusa-payment-paystack
Checkout page works fine when there are two payment provider.
When I select , paystack only as …
-
I follow this tutorial
https://docs.medusajs.com/plugins/cms/strapi
I run this command
```
npx create-strapi-app strapi-medusa --template shahednasser/strapi-medusa-template
```
then the…
-
```
Web Bundling complete 5366ms
./node_modules/react-native-router-flux/src/Store.js:942:26
"export 'POP_AND_PUSH' (imported as 'ActionConst') was not found in './ActionConst'
940 | popAndPus…
-
## Bug report
### Describe the bug
We have noticed through production testing that the the response from payment complete for paypal payments can be erratic, so far roughly 6/20 attempts have re…
-
Hi,
This is a great repo to customize medusajs in more detail instead of using their plugin system.
I would like to know how you managed to get the source code of the latest UI ?
It seems like …