Prakhar Shukla
Prakhar Shukla
## Bug report ### Describe the bug Medusa store redirects to 'http://localhost:8000/order/confirmed/cart_xxxx....' after the completion of the order. Hence, the cart doesn't convert into an order despite running the completeCheckout...
Thank you for the amazing work on this repo! I wanted to ask how can I support users logging on the tenant's website as well. Here's what I wanted to...
### Version Number 7.51.3 ### Codesandbox/Expo snack https://codesandbox.io/p/sandbox/react-hook-forms-appenderror-97c7km?file=%2Fsrc%2FApp.tsx%3A813%2C28 ### Steps to reproduce 1. Click on "Add Inventory" button to append a field after the initial data has been set. 2....
Hey! I am trying to implement a rather complex form and would like to apply dependencies on nested fields. Here's a sample schema: ```ts inventory: z .array( z.object({ size: z.enum([...
Hey! Thank you for the template. I wanted to ask if you could throw some light on how I can implement the `components.json` file in the ui package? ``` {...
**Describe the bug** Hey! I am unable to set the value of my css variables in the css file since they are overridden by the pallet colors. I want to...
## Bug report ### Describe the bug Medusa store redirects to 'http://localhost:8000/order/confirmed/cart_xxxx....' after the completion of the order. Hence, the cart doesn't convert into an order despite running the completeCheckout...
### 📜 Description novu.serve when used with next 15.5, throws errors when being built. // Export named HTTP methods export const GET = serve({ workflows }) export const POST =...