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

Generated Express 4 app 404s with socket.io 1.0 #34

Closed
netpoetica opened this issue Jul 6, 2014 · 1 comment
Closed

Generated Express 4 app 404s with socket.io 1.0 #34

netpoetica opened this issue Jul 6, 2014 · 1 comment
Labels

Comments

@netpoetica
Copy link

socketio/socket.io#1556 (comment)

It seems like some of the error handling middleware the boilerplate of an express-generator app are forcing some socket.io calls to 404. (Not positive about that, but removing it seems to fix the problem)

The app was generated with express myapp --ejs on Mac OSX, testing with Google Chrome - I'm not super familiar with socket.io so I am not exactly sure what occurs, but it seems like for some reason the generated app is forcing socket.io to default to a different transport that it cannot load.

@netpoetica
Copy link
Author

It appears that I overlooked some other differences in failing/succeeding app - most likely the express-generator is fine. Closing this issue

socketio/socket.io#1556 (comment)

@expressjs expressjs locked and limited conversation to collaborators Jul 6, 2014
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants