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

Azure socket io ^2.0.0 #2947

Closed
ittesla opened this issue May 18, 2017 · 1 comment
Closed

Azure socket io ^2.0.0 #2947

ittesla opened this issue May 18, 2017 · 1 comment

Comments

@ittesla
Copy link

ittesla commented May 18, 2017

Bug when publishing on Azure web app.

Publishing app to azure returns
'The page cannot be displayed because an internal server error has occurred.'
when socket io version is ^2.0.0
If i put 1.7.x version it works fine.Maybe I did something wrong, i am just leaving this as heads up

Log from web app :

Thu May 18 2017 16:25:15 GMT+0000 (Coordinated Universal Time): Application has thrown an uncaught exception and is terminated:
TypeError: Object # has no method '_extend'
at Function.init (D:\home\site\wwwroot\node_modules\socket.io-client\node_modules\debug\src\node.js:234:28)
at createDebug (D:\home\site\wwwroot\node_modules\socket.io-client\node_modules\debug\src\debug.js:124:13)
at Object. (D:\home\site\wwwroot\node_modules\socket.io-client\lib\url.js:7:28)
at Module._compile (module.js:446:26)
at Object..js (module.js:464:10)
at Module.load (module.js:353:31)
at Function._load (module.js:311:12)
at Module.require (module.js:359:17)
at require (module.js:375:17)
at Object. (D:\home\site\wwwroot\node_modules\socket.io-client\lib\index.js:6:11)

@darrachequesne
Copy link
Member

@ittesla it seems that the issue was fixed in debug: debug-js/debug#452

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

2 participants