add organization userTags connection #163
Annotations
5 errors
src/index.ts#L125
RangeError: options.port should be >= 0 and < 65536. Received type number (NaN).
❯ Server.listen node:net:1945:5
❯ src/index.ts:125:16
❯ startServer src/index.ts:124:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_SOCKET_BAD_PORT' }
This error originated in "tests/resolvers/Mutation/updatePluginStatus.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "tests/resolvers/Mutation/updatePluginStatus.spec.ts". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
src/index.ts#L125
RangeError: options.port should be >= 0 and < 65536. Received type number (NaN).
❯ new NodeError node:internal/errors:405:5
❯ validatePort node:internal/validators:409:11
❯ Server.listen node:net:1945:5
❯ src/index.ts:125:16
❯ startServer src/index.ts:124:9
❯ processTicksAndRejections node:internal/process/task_queues:95:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_SOCKET_BAD_PORT' }
This error originated in "tests/resolvers/Mutation/updatePluginStatus.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "tests/resolvers/Mutation/updatePluginStatus.spec.ts". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
src/index.ts#L125
RangeError: options.port should be >= 0 and < 65536. Received type number (NaN).
❯ new NodeError node:internal/errors:405:5
❯ validatePort node:internal/validators:409:11
❯ Server.listen node:net:1945:5
❯ src/index.ts:125:16
❯ startServer src/index.ts:124:9
❯ processTicksAndRejections node:internal/process/task_queues:95:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_SOCKET_BAD_PORT' }
This error originated in "tests/resolvers/Mutation/createPlugin.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "Creates a Plugin and returns it". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
src/index.ts#L125
RangeError: options.port should be >= 0 and < 65536. Received type number (NaN).
❯ new NodeError node:internal/errors:405:5
❯ validatePort node:internal/validators:409:11
❯ Server.listen node:net:1945:5
❯ src/index.ts:125:16
❯ startServer src/index.ts:124:9
❯ processTicksAndRejections node:internal/process/task_queues:95:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_SOCKET_BAD_PORT' }
This error originated in "tests/resolvers/Mutation/createPlugin.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "Creates a Plugin and returns it". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
This job failed
Loading