You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(node:3652446) [FST_MODULE_DEP_FASTIFY-ACCEPTS] FastifyWarning.fastify-accepts: fastify-accepts has been deprecated. Use @fastify/[email protected] instead.
(node:3652446) [FST_MODULE_DEP_FASTIFY-CORS] FastifyWarning.fastify-cors: fastify-cors has been deprecated. Use @fastify/[email protected] instead.
These two dependencies in apollo-server-fastify need to be updated to point to the new package locations.
Starting my server, I get the following messages:
These two dependencies in
apollo-server-fastify
need to be updated to point to the new package locations.fastify-cors
-> https://www.npmjs.com/package/@fastify/corsfastify-accepts
-> https://www.npmjs.com/package/@fastify/acceptshttps://github.com/apollographql/apollo-server/blob/main/packages/apollo-server-fastify/package.json
The text was updated successfully, but these errors were encountered: