You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2022. It is now read-only.
I am implementing a Redis memory strategy for my Shopify app to deploy it. Strategy 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: express-session deprecated req.secret; provide secret option server\index.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.
I am implementing a Redis memory strategy for my Shopify app to deploy it. Strategy 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:
express-session deprecated req.secret; provide secret option server\index.js:72:2 Warning: Failed option type: The optionapiKeyis marked as required inShopifyExpress, but its value isundefined. Warning: Failed option type: The optionhostis marked as required inShopifyExpress, but its value isundefined. Warning: Failed option type: The optionsecretis marked as required inShopifyExpress, but its value isundefined..env file has all keys correct.
Here is my index.js
index.js
What is getting wrong at index.js