We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is the error: `graphql-express-crud-demo>npm start
graphql-express-crud-demo@1.0.0 start nodemon --inspect=localhost:9230 src/server.js
[nodemon] 2.0.20 [nodemon] to restart at any time, enter rs [nodemon] watching path(s): . [nodemon] watching extensions: js,mjs,json [nodemon] starting node --inspect=localhost:9230 src/server.js Debugger listening on ws://localhost:9230/268c25cf-dd73-4005-a895-9bdfeeaab907 Debugger listening on ws://localhost:9230/268c25cf-dd73-4005-a895-9bdfeeaab907 For help, see: https://nodejs.org/en/docs/inspector Running a GraphQL API server at http://localhost:4000/graphql Error getting access token from keycloak Error: connect ECONNREFUSED 127.0.0.1:8480 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16) { errno: -4078, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 8480, response: undefined } node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^
rs
node --inspect=localhost:9230 src/server.js
Error: connect ECONNREFUSED 127.0.0.1:8480 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16) { errno: -4078, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 8480, response: undefined } [nodemon] app crashed - waiting for file changes before starting...`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is the error:
`graphql-express-crud-demo>npm start
[nodemon] 2.0.20
[nodemon] to restart at any time, enter
rs
[nodemon] watching path(s): .
[nodemon] watching extensions: js,mjs,json
[nodemon] starting
node --inspect=localhost:9230 src/server.js
Debugger listening on ws://localhost:9230/268c25cf-dd73-4005-a895-9bdfeeaab907
Debugger listening on ws://localhost:9230/268c25cf-dd73-4005-a895-9bdfeeaab907
For help, see: https://nodejs.org/en/docs/inspector
Running a GraphQL API server at http://localhost:4000/graphql
Error getting access token from keycloak Error: connect ECONNREFUSED 127.0.0.1:8480
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16) {
errno: -4078,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 8480,
response: undefined
}
node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^
Error: connect ECONNREFUSED 127.0.0.1:8480
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16) {
errno: -4078,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 8480,
response: undefined
}
[nodemon] app crashed - waiting for file changes before starting...`
The text was updated successfully, but these errors were encountered: