fetch failed err -3008 | Next js server actions

98 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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