Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

fetch failed err -3008 | Next js server actions

Screenshot of my code
How do i solve this error. Everything worked before that point
https://www.youtube.com/watch?v=FKZAXFjxlJI is video reference( stop at 20 mins ).
Everything which he did worked for me aswell but not with that image

To diplay the anime image in the website

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

You should use Backticks (`) instead of single quote (‘) when creates a string replacing the ${expression}.

<Image
src={`https://shikimori.one${anime.image.original}`}
{...rest}
/>

For more information here Template literal

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading