Implementing Peer Server on NestJS no longer works #1227
-
Hello everyone, I followed the docs for setting up peerjs-server on NestJS from https://docs.peerjs.com/server/frameworks/nestjs .But unfortunately It no longer works (or maybe for me). I started a fresh nestjs application, with only peer-server.service.ts being created. and i have put it as providers in AppModule. but when i localhost:3000/peer-server it shows 404 even in clients and postman. Did I do something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 3 replies
-
I had the problem. did you solve it ? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
I had soled the proplem.
Add the code to your main.ts.