Matteo Tortelli

Results 11 comments of Matteo Tortelli

Ok, thanks. At the moment I tried with the flag `--force`. In your opinion, is the same or is better `--legacy-peer-deps`?

> This is currently expected, as the converter cannot auto-upload those images for you. Probably won't add this functionality - don't want this function to perform any modifications to your...

Hi @madsbertelsen , the import is an alias that refers to my payload.config.ts ```ts import { layoutBlocks } from '@/app/(payload)/_config/fields/layout/layoutBlocks' import { mongooseAdapter } from '@payloadcms/db-mongodb' import { BlocksFeature, lexicalEditor...

Hi @siobahnschuck, I paste my working example with minimal setup. At the moment the type `FieldConfig` still is missing the `slug` property. ```ts import { formBuilderPlugin } from "@payloadcms/plugin-form-builder"; import...

It also happens to me when I execute the find method with the Local API: although I specify "en-US", if the document doesn't exist, it returns the default locale document...

I tested with the following script ```ts async function run() { const payload = await getPayload({ config }) const pages = await payload.find({ collection: 'pages', locale: 'en-US', limit: 1 })...

This issue is still relevant. I tested now with the current version (v3.6.0). These are my settings: payload.config.ts ```ts i18n: { supportedLanguages: { it, en }, }, localization: { locales:...

I don't think this is correct. If I'm specifically requesting the list of documents with the en-US locale, the existence of a version with the it-IT locale should be irrelevant....