Hi, I have setup the graphql server as instructed, and have redis server running in the background. For the front-end, I use React with Typescript, and init the connection when the app is loaded as below.
[ioredis] Unhandled error event: TypeError: net_1.createConnection is not a function
at http://localhost:3000/static/js/vendors~main.chunk.js:64650:33
at Item.push.../node_modules/process/browser.js.Item.run (http://localhost:3000/static/js/vendors~main.chunk.js:78287:12)
at drainQueue (http://localhost:3000/static/js/vendors~main.chunk.js:78251:34)
Did I do something wrong? or is it actually a bug? I have installed ioredis v4.28.2, @type/ioredis v4.28.7
Hi, I have setup the graphql server as instructed, and have redis server running in the background. For the front-end, I use React with Typescript, and init the connection when the app is loaded as below.
However, some errors were logged in the console.
Did I do something wrong? or is it actually a bug? I have installed
ioredis v4.28.2
,@type/ioredis v4.28.7