Search code examples
node.jswebstorm

my project's routes return 404 when WebStorm 7.0.1 is open


This is the situation: WebStorm is open.

  1. I run node app.js
  2. I get : Server is listening on port 7777
  3. I open chrome, and go to: localhost:7777.
  4. I get: 404 Not Found WebStorm 7.0.1
  5. when I close webstorm and do the same things everything works fine.

Anybody can help?

Thnx


Solution

  • OK, The Webstorm Support helped me out... My built-in server port was 7777. I changed this setting to another number and now everything works...