Open byousri opened 2 years ago
Also running into this when things were working fine a few days ago.
Have some error in this commit when developer try migrate to use Next Image but can't get attribute from media. https://github.com/strapi/strapi-starter-next-corporate/commit/a89a2d5b03da7b7a11cd7c32a3668dbf61c8da5a
no one maintaining the starter?
I Have the same issue. the project looks abandoned...
Same issue here
same issue...
You guys, we can temp edit with hot fix in file: /frontend/components/elements/image.js Just change
width={width}
height={height}
to
width="0"
height="0"
It not good solution but it will make program load normal to see demo
mostly common error most importatant error
Error: Image with src "/uploads/undraw_content_team_545abb0b49.svg" must use "width" and "height" properties or "layout='fill'" property