Replies: 1 comment 1 reply
-
Same here, not sure what has changed but was operational and no application related changes where made. Now is not working. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am using this package with Laravel, it was working fine but now it showing an error as following
Spatie\Lighthouse\Exceptions\CouldNotRunLighthouse: Could not run Lighthouse. Error : `node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^
Error: connect ECONNREFUSED 127.0.0.1:34865
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1549:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 34865
}
Node.js v18.19.0
` in file /opt/bitnami/apache/htdocs/vendor/spatie/lighthouse-php/src/Exceptions/CouldNotRunLighthouse.php on line 9
Beta Was this translation helpful? Give feedback.
All reactions