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
I'm using nuxt 3.16.1 with socket.io 4.8.1 and typscript 5.8.2.
I'm trying to add the nitroPlugin by following this documentation https://socket.io/how-to/use-with-nuxt.
On the following line I have a type error event.node.req is not compatible with EngineRequest.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using nuxt 3.16.1 with socket.io 4.8.1 and typscript 5.8.2.
I'm trying to add the nitroPlugin by following this documentation https://socket.io/how-to/use-with-nuxt.
On the following line I have a type error
event.node.req
is not compatible withEngineRequest
.Is there a way to fix this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions