Deniz Schmidt
Deniz Schmidt
@jerryfreshworks as a little note - the provided validator passes `2020-02-31` as a correct date so it's rather a format validator than actually validating if the date exists.
Got the same output. Each of these changes make the test pass: - Remove `config/env/test/database.json` - Change the `await Strapi().load()` call to `await Strapi()` So I would assume something with...
As far as I know, this is currently not supported out of the box. Maybe you can solve this with a component that dynamically loads the image for you, something...
@Atinux might overwriting the html img tag by a custom component with the same attributes work for this case? Maybe even as an opt in? 🤔
I fiddled around with it today and think I understood the way in which it could be implemented. I would be really interested in your thoughts about the API design....
@edbella I encountered the same in my setup, however only dev is affected. The production build works fine. For everyone new to remix, you can fix it for your dev...