Shopify API Node How to fix secret option required for sessions Error on windows
up vote
0
down vote
favorite
We are using shopify-api-node MONEI/Shopify-api-node.We are implementing a Redis memory strategy for my Shopify app to deploy it. MemoryStrategy is working fine without any error. When It comes to RedisStrategy When I start my localhost along with ngrok.exe and redis-server.exe for windows, I get the error on my Shopify-install url. error warning: warning: express-session deprecated req.secret; provide secret option serverindex.js:72:2 Warning: Failed option type: The option apiKeyis marked as required inShopifyExpress, but its value is undefined. Warning: Failed option type: The option hostis marked as required inShopifyExpress, but its value is undefined. Warning: Failed option type: The option secretis marked as required inShopifyExpress, but its value is undefined. .env file has all keys corr...