Websocket Error #4206
Unanswered
fenibofubara
asked this question in
Help
Websocket Error
#4206
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello family, so I am trying to use Websocket in my adonis "version": "4.1.0", app.
I have followed all the steps here: https://legacy.adonisjs.com/docs/4.1/websocket
This has also been added in my server.js file: .wsServer() // boot the WebSocket server.
However, I get the following error, whenever I want to run the app using: adonis serve --dev
Here is the error:
Error: Cannot find module 'Adonis/Addons/Ws'
Require stack:
What do I do to debug this so I can move on please, I have been stuck here for 2 days now
Beta Was this translation helpful? Give feedback.
All reactions