Typescript error in the Fastify Typescript Generics example
Using:
Fastify 5.1.0
Typescript 5.7.2
node 22.10.2 (target es2017)
Typescript error in the Fastify Typescript Generics example
Using:
Fastify 5.1.0
Typescript 5.7.2
node 22.10.2 (target es2017)
How to get an image from the backend to the frontend
How to get an image from the backend to the frontend, the image is saved in /public/uploads, I have already installed @fastify/static but my route is 404, below is the code snippet.
how to access url in fastify nodejs
i am trying access parts of the url from a fastify server.
fastify routes do not resolve to variables (req.params empty)
i am trying to ge a small fastify (typescript and nodejs) server running.