Alexander Nortung
Alexander Nortung
# Describe the bug I am trying to run a query with a CTE recursive query. However it says that it wasn't expecting `AS`, but that is a valid postgres...
Here's the implementation that worked for me. I am unsure if there are some other things to be aware of between postgres and js when doing regex. I just think...
This PR adds a hook to the `addToCartWorkflow`
## Bug report ### Describe the bug If an inventory item with a specific already exists when you try to create a variant, the `createProductVariantsWorkflow` just fails. I would expect...
## Bug report ### Describe the bug When trying to find product variants, the options filter seems to be wrong, the current type is `Record`. But this is not actually...
If there was no regions defined, the middleware would send the user into an infinite redirect loop
## Bug report ### Describe the bug It doesn't really make sense that this workflow's name is create order**s**, when it only works with a single item. ### Steps to...