nestjs-graphql-best-practice
nestjs-graphql-best-practice copied to clipboard
npm start: This site can’t be reached
This site can’t be reached
The webpage at http://localhost:6666/graphql might be temporarily down or it may have moved permanently to a new web address.
ERR_UNSAFE_PORT


I know it's a bit late, but if anyone stubles upon this page:
Port 666 is blocked by chrome itself, it has nothing to do with Nest or this project :)
- Here is a list of all blocked / 'unsafe' ports.
- Here is some explanation on why Chrome does this
Basically it protects other (IRC) servers that have port 6666 exposed from malicious requests made by the browser/Javascript.