Connot deploy or publish node project
Hello, I have a fastify project and want to upload it to cf workers but I get everytime these errors:
I already tried to remove the node_compat replaced it etc nothing woked
4 Replies
Are you trying to deploy fastify to workers? If that is the case I think you can't do that cause fastify is heavily relying on the node runtimes.
oh okay. that means its not possible to host fastify pages on workers=
If you want something similar to fastify, try worktop or honojs.
okay