pat

Results 2 comments of pat

> This works perfectly for me. > > ```js > export default defineNuxtConfig({ > appConfig: { > nuxt: { > buildId: '1', > }, > }, > vite: { >...

I think I've fixed the issue, there's a value missing from this object which may have become required at some point. https://github.com/dimitrov-adrian/directus-extension-tags-m2m-interface/blob/5207039cfb865f4b6903d0e42546882fa89cd955/src/index.ts#L58-L62 Add `collectionName: relations.m2o?.related_collection` to the options block so...