Skip to content
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

Open
yacovg opened this issue May 8, 2020 · 10 comments
Open

Not running on Nest.js 7 #12

yacovg opened this issue May 8, 2020 · 10 comments

Comments

@yacovg
Copy link

yacovg commented May 8, 2020

On nestjs 7 I'm getting 404 when visiting the /status page

@ivanvs
Copy link
Contributor

ivanvs commented May 8, 2020

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 :)

@educostachaves
Copy link

I'm not getting 404 in /status, but doesn't appear any status in the monitor. It could be the same problem of @yacovg. I'm using NestJs 7 too.

Screen Shot 2020-05-14 at 20 00 57

@LesixCoder
Copy link

the same problem

@Oatelaus
Copy link

Oatelaus commented Jul 8, 2020

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 undefined if I'm running on port 80 (or via traefik proxy)

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.

@xQuotes
Copy link

xQuotes commented Nov 5, 2020

http://localhost:3333/socket.io/?EIO=3&transport=polling&t=NMP1Bq5
return 404 when using Nestjs 7

@tschannik
Copy link

@ivanvs any news? I guess you couldn't find any time in that week? ;)

@chriso86
Copy link

chriso86 commented Apr 7, 2021

I assume this repo is dead.

@a5006
Copy link

a5006 commented Jul 29, 2021

had you fixed it ?

@zhaoxm469
Copy link

我没有得到404,但没有任何状态显示器。这可能是同一个@yacovg的问题。我也在用雀巢7/status

Screen Shot 2020-05-14 at 20 00 57

Could you tell me if this is solved?

@JYbill
Copy link

JYbill commented Feb 10, 2022

@ivanvs I worked correctly from these bugs by downgrading @nestjs/platform-socket.io 8.0.0 to 7.0.0

  • The Bug page is consistent with them

1

  • my package.json version info
  "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"
  },

yep,even nest-status-monitor works on nest8. as long as the @nestjs/platform-socket.io version is set to 7
2

@zhaoxm469 @tschannik @xQuotes @educostachaves This might help you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests