Django Nextjs Project websocket error

2 server running
one for next.js port 3000 NO error
one for django port 8000 Error found in console

how to fix this error ??

With all due respect, with the level of detail your provide, there is no way to tell. :slight_smile:

  • Find out what is trying to open a websocket on port 8000.
  • Figure out what that is trying to actually connect to.
  • Figure out what port that target is running on.
  • Reconfigure accordingly.