-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not running on Nest.js 7 #12
Comments
Hi @yacovg I never tried to run it on Nest.js 7. I will try to find some time next week and to see what is the problem. Thank you for letting me know about this issue :) |
I'm not getting 404 in |
the same problem |
I've got this working with nest 7. Previously it was bust, just as @educostachaves was showing. This has the "works on my machine" seal of approval from me, but it previously didn't. I put the project down for 3 months and the only change I've made is to set the port to I remember during the migration I had to change some baseUrl, and I noticed that when I opened the monitor page the websocket connection was 404ing. |
http://localhost:3333/socket.io/?EIO=3&transport=polling&t=NMP1Bq5 |
@ivanvs any news? I guess you couldn't find any time in that week? ;) |
I assume this repo is dead. |
had you fixed it ? |
Could you tell me if this is solved? |
@ivanvs I worked correctly from these bugs by downgrading
"dependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/platform-socket.io": "7.0.0",
"nest-status-monitor": "^0.1.4",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0"
},
@zhaoxm469 @tschannik @xQuotes @educostachaves This might help you |
On nestjs 7 I'm getting 404 when visiting the /status page
The text was updated successfully, but these errors were encountered: