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
throw new FST_ERR_MISSING_MIDDLEWARE() ^ FastifyError [Error]: You must register a plugin for handling middlewares, visit fastify.io/docs/latest/Middleware/ for more info. at Object.use (/var/www/html/tipitaka.lk/server/node_modules/fastify/fastify.js:493:11)
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered:
fastify.use(require('prerender-node') .set('prerenderServiceUrl', 'http://localhost:3000/') .set('prerenderToken', 'YOUR_TOKEN') .blacklisted('^/tipitaka-query'))
gives the error
throw new FST_ERR_MISSING_MIDDLEWARE() ^ FastifyError [Error]: You must register a plugin for handling middlewares, visit fastify.io/docs/latest/Middleware/ for more info. at Object.use (/var/www/html/tipitaka.lk/server/node_modules/fastify/fastify.js:493:11)
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: