Skip to content

Not able to delete the default list items from the new build. #2484

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

Closed
1 task done
dylannnn opened this issue Feb 1, 2017 · 5 comments
Closed
1 task done

Not able to delete the default list items from the new build. #2484

dylannnn opened this issue Feb 1, 2017 · 5 comments

Comments

@dylannnn
Copy link

dylannnn commented Feb 1, 2017

  • I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
Item Version
generator-angular-fullstack 4.1.2
Node 6.9.5
npm 3.10.10
Operating System Windows 10

Today, I use yo to update my "Angular Fullstack". However, with the latest new build, there seems a bug.

The issue is, after the new build and run "gulp serve", in the default demo, I'm not able to delete the items. But the CMD console says deleted.

If I refresh the page, then the item is gone.

Not sure what's the issue but I'm afraid to use the latest version.

Best,
sample

@Awk34
Copy link
Member

Awk34 commented Feb 1, 2017

This has to be an issue with your websocket connection. The creation / deletion of Things is done via HTTP, but the auto-updating of the Things on the front-end is communicated through WebSockets (socket.io)

@Awk34
Copy link
Member

Awk34 commented Feb 1, 2017

Try setting some breakpoints in client/components/socket/socket.service.js to start some investigation

@ernistkg
Copy link

ernistkg commented Feb 9, 2017

Seems like related to #2479

@dylannnn
Copy link
Author

dylannnn commented Feb 9, 2017

Yes, It's related to #2479 !
I've downgrade Mongoose to v4.7.7 and the issue been fixed. Thanks

@Awk34
Copy link
Member

Awk34 commented Feb 10, 2017

Alright, I'll close this issue to keep the discussion there.

@Awk34 Awk34 closed this as completed Feb 10, 2017
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

3 participants