Closed fwidyadri closed 2 years ago
I can't speak for your exact error but I know people have been having problems with this package because it is basically deprecated now (it relies on @shopify/shopify-api
which has breaking changes for koa-shopify-auth
now)
I switched over to this good repo and it solved the problems I was having with authentication, give it a try: https://github.com/TheSecurityDev/simple-koa-shopify-auth
@limeforadime thanks for the info. I will give it a try.
Issue summary
I implemented the Redis CustomSessionStorage following the example in JS instead of TS. I am running Redis on Docker.
Expected behavior
The dev shop should be able to install and access the app.
Actual behavior
The app is halted during redirect to /auth?shop={} then throw 503 error.
I can see the storeCallback is being called and the session is stored to the Redis server with value of
Here is my package.json
Appreciate the help!