Hassan Usman
Hassan Usman
@leapin13 I've checked it on multiple stores, and it's working fine. A few questions: 1. Do you have full access to the store? If not, you may try requesting articles/pages...
Try getting `articles` access at least and see if that works. CSRF token is not available on every admin page. So, internally, the extension makes a call to `/admin/articles` and...
@leapin13 You can try running this code in the browser dev tools (on the Shopify backend) and see if it works. ```js // Monkey patching CSRF from different routes (()...