Kevin Antonio Rateni Iatauro
Kevin Antonio Rateni Iatauro
Quick update about this – that is not a related article, but a list of entities in which the image you are retrieving is being used.
Looking at the Cloudinary upload provider, it looks like the Strapi server does not check for the file's size at all, but instead checks whether it is okay for Cloudinary...
> First of all, thank you for highlighting this issue @Jonashr. It seems, providers other than local, do not have the sizeLimit config implemented. > > I will be working...
> Odd it should just be lowercasing it and not validating the input 🤔 In standard scenarios, you are indeed lowercasing the email as per [this line](https://github.com/strapi/strapi/blob/2dfb6469947e4837dc73acd9a865842bd02d4c77/packages/core/admin/server/validation/common-validators.js#L20), but the [defaultValidationParams](https://github.com/strapi/strapi/blob/2dfb6469947e4837dc73acd9a865842bd02d4c77/packages/core/utils/lib/validators.js#L66)...
I am trying to make a PR to improve this. Should I pass an `ids` array in the results along with `count`? PS: I have found a bug with `createMany`....
@petersg83 sorry for the tag but one of my tests is failing and I have no idea why. Since I see you are the one who initially wrote the test,...
Sure, fine by me although I have to admit I don't fully agree with the choice. Empty content types are more of a headache than a useful feature – the...
1) I think this should already be taken care of in this PR, isn't it? You can't delete the last field because the submit button is disabled when `modifiedData.contentType.schema.attributes.length` is...
Makes sense! If you decide to tackle this in the future and need help, feel free to ping me here or on Discord.
Did you rebuild the project after updating the middleware configuration? Can we see the full `middlewares.js` file? Feel free to omit any private values.