Closed 3daddict closed 2 years ago
I wonder is this because the store is a dev store and a password is required? Anyway around this or this can only be used on stores that are not password protected?
My guess is that there's an error in ${{ secrets.SHOP_STORE }}
, are you certain it contains the .myshopify.com
part?
e.g. valid values are something like:
shimmering-islands.myshopify.com
We might need to clarify the docs to make it more obvious.
Thanks @charlespwd ,
That was the issue, I has entered xxx
instead of xxx.myshopify.com
.
I could have sworn I tried both but it probably was before I added the default product_handle or something.
But yeah maybe instead of <domain>.myshopify.com
this might be more clear for sleep deprived like myself <domain.myshopify.com>
.
Thanks again for the suggestion that did the trick!
Hey @3daddict, I modified the docs to say
store
- (required) Shopify store Admin URL, e.g. my-store.myshopify.com
.Hopefully that will be clearer 🤞
Thanks @charlespwd! This lighthouse-ci-action and the theme-check-action are really useful tools.
I am facing this lighthouse errors I don't know why, Is there anyone who will be kind enough to help me. I am putting the pull request link bellow https://github.com/Al-Amin-Khan-Shakil/Capstone-Project-01/pull/1
I can't seem to find my way out of this error:
Here is my current action file
I think I have everything passing as expected?