for login website, if you're struggling to generate the account cookies you can do it manually.
Instructions:
log in manually on the site.
install this extension or similar https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm
copy the value of "_shopify_essential"
create or modify the account-cookies file/folders manually
Contents of the file. You'll need to fill in 2 sections. The cookie value and the domain name.
{"jar": [ { "name": "_shopify_essential", "value": "PUT_VALUE_HERE", "domain": "PUT_DOMAIN_HERE", "path": "/", "expiryTime": 9999999999, "secure": true, "httpOnly": true, "wrap": false } ]}
Ensure this cookie file is in the correct folder/name. In the attached example image, the account group would be example and it would correspond to myemailaddressuncle@icloud.com
example
myemailaddressuncle@icloud.com
最終更新 11 か月前