Route POST:/export-excel not found in Fastify application
I’m working on a Fastify application where I have set up various routes, including one to export data to an Excel file. However, when I try to access the /export-excel route via a POST request, I’m receiving a 404 error with the message: “Route POST:/export-excel not found.”