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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: