-
Tried the commands after configuring environment variables.
`yarn build`
`yarn dev`
Both of them led me to the same errors as following:
`Error: timeout of 30000ms exceeded
- createError…
-
Hi, "Postcode" verification is required on checkout page with respect to the country selected, Right now any random numbers is accepted as postcode.
On shop page "Product short by" feature require…
-
I install this theme for my gatsby project .But when gatsby develop, it error in module "sharp"
"Something went wrong installing the "sharp" module"
-
Hi @imranhsayed, I cannot add more that 10 items to the cart, it appears to still update the total after 10 items, however the cart contents does not update after 10 items.
I initially thought I m…
-
Will there be a feature about user membership? Where customer can login, register themselves and view their dashboard?
-
### Description
I just created a new Settings page. I added a plain text field. If I check the `Trim extra whitespace before/after contents` option and try to add a value to the field and then save, …
-
Can you please fix the issue? I have been trying to use the theme but running into a lot of issues.
-
It gives me "error timeout of 30000ms exceeded" when I try to upload more than 10 items, I am hosting WP on cheapest AWS lightsail plan. If I get faster plan will it solve the problem?
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
onError
src/components/cart/add-to-cart-button/index.js:63.
```
60 | },
61 | onError: (error) => {
62 | if (error) {
> 63 | setRequestError(error.graphQLErrors[0].message);
…