Gregor Sondermeier

Results 12 comments of Gregor Sondermeier

Hello, we're currently trying to migrate from v3 to v4. We do have some collectionNames/tables that are close to 64 chars in length. After using the [Codemods](https://github.com/strapi/codemods) to convert our...

> and hopefully come up with a script that finds and updates all references to the collectionName in the database. An awesome team member of mine did indeed come up...

Turns out it was a problem on our side. The oneToOne relation works fine as provided natively by Strapi. We did not migrate our component schemas completely, we overlooked some...

Hi @srocevas, I have had a similar problem as you describe: I am editing an item and use the same form component as when I create an item. That form...

We're running into this bug as well. What's the point of disabling strapi's users-permission plugin for certain routes by providing `auth: false` with the route configuration, when it's not entirely...

I know now why this happens and can offer a workaround. ## First: Why does this happen? Core Controllers that are created with the `createCoreController()` factory method use the `sanitizeOutput()`...

> @GregorSondermeier after I inserted your code, I catched the error Check your require path. Probably something wrong with it? `createAuthFalseCapableCoreController` is definitely a function.

Soo.. When upgrading from v4.4.7 to 4.5.6 in order to address the security issue this popped up *again*: ![tmp_61b03c2a-e804-4dcd-a54a-ae9956736d34~2](https://user-images.githubusercontent.com/11959747/213470268-4e24d776-4943-475e-b70b-bdbd83848730.png) I know, the names "entities_collection" and "wiki_articles_collection" are rather stupid, but...

> This limits `{group}_{content_name_plural}` to 32char. Uff that's not very much. As soon as you group components within a folder, you'll run intro trouble sooner or later.