Description
Issue tracker is ONLY used for reporting bugs. New features should be discussed on our Discord server.
Expected Behavior
Listening on:
Localhost
Hostname
host ip
Current Behavior
TypeError: diagnostics.tracingChannel is not a function
at Object. (/workspaces/Ultraviolet-App/node_modules/fastify/lib/wrapThenable.js:9:30)
at Module._compile (node:internal/modules/cjs/loader:1097:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1151:10)
at Module.load (node:internal/modules/cjs/loader:975:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:999:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (/workspaces/Ultraviolet-App/node_modules/fastify/lib/handleRequest.js:6:22)
at Module._compile (node:internal/modules/cjs/loader:1097:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1151:10)
Possible Solution
Steps to Reproduce
- Run npm install wisp-server-node
- Run npm start
Context (Environment)
I can't deploy the application using NPM.
Detailed Description
Since the Fastify library errored, using other middlewares like express should fix the issue.