DIneshArun1991
DIneshArun1991
Below code is not logging out actually. still session is there. app.get('/logout',function(req,res){ req.logout(); res.redirect('/'); });
My project is running with angular/cli. sometimes i am getting below error. http://10.0.1.7:4200/sockjs-node/info?t=1495712265321 net::ERR_CONNECTION_TIMED_OUT It seems some configuration in the webserve needs to be changed for this when i googling....
Hi, I have complied after configuration changes also. still getting the below error Error: (SystemJS) XHR error (404 Not Found) loading http://localhost:3001/node_modules/ng2-typeahead/ng2-typeahead.js Error: XHR error (404 Not Found) loading http://localhost:3001/node_modules/ng2-typeahead/ng2-typeahead.js...