Rahil Wazir

Results 13 comments of Rahil Wazir

It will be great. But I think `-o` output flag will be more beneficial to create new file along with a choice to rename it as well. i.e. ``` ❯...

@paulomarg This appears to be ineffective. The app's initial page works fine, but when you navigate to the navigation link, it throws an error message saying "Expected a valid shop...

@Theantipioneer The cookie approach is not recommended because of restriction the browser brings accessing cookie across multiple sites, hence it is switched to Session based approach. Anyway, this is the...

@Theantipioneer This is the PR https://github.com/Shopify/shopify-app-node/commit/442b3cd05012fe88f577e3901c7f4a310033d2ba that removed the Cookie implementation.

@cboiangiu Yes, this is a workaround, but it is not permanent. The shop query parameter error may reappear with a new (browser) session.

@redochka It's a change in Shopify Node API rather than `simple-koa-shopify-auth`. In your `loadCallback` method of the session storage when you successfully retrieve the session object, initiate the session with...

@Mayccoll Can you explain?

@sferra You sure it worked on Ubuntu 16.04? I restarted all terminal sessions but didn't help

**Fix for Linux (Worked on Ubuntu 14.04)** First install - `$ apt-get install libtag1-dev` Then do - `npm install taglib`

**Another Fix for Linux (Centos, Kali and almost for all versions) If dependency problem exists:** - [Upgrade curl to latest version](http://www.linuxfromscratch.org/blfs/view/svn/basicnet/curl.html) - [Install `libarchive.so` shared library](http://www.linuxfromscratch.org/blfs/view/svn/general/libarchive.html) - [Install CMake toolset](http://www.linuxfromscratch.org/blfs/view/svn/general/cmake.html)...