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
I just tried played around by migrating my server to this and encountered this issue. This basically makes it implossible for me to adopt fastify-zod (getting FST_ERR_DUPLICATED_ROUTE due to this).
fastify-autoload handles adding route prefix for the loaded plugins, but it doesn't work when it's used with this library.
For example, say the loaded plugin is in
routes/auth/index.js
:will turn into
/auth/login
butdoes not get prefixed.
The text was updated successfully, but these errors were encountered: