Fork of Full company website was forked from Full company website
Continue chatting to ask questions about or make changes to it.
The code returns the following error:
Failed to load "https://aolbss1lh6sczq055.lite.vusercontent.net/7ae66e86-9253-4252-a895-7722421ff947" from "blob:https://aolbss1lh6sczq055.lite.vusercontent.net/22f5f128-92ef-40b9-8397-1e15c97763eb - see network log for details.", make sure it exists.
Revise the code to address the error.
I was previewing: /contact
The error message indicates that an image resource could not be loaded. I've identified a malformed image URL in the components/testimonials.tsx
file. Specifically, one of the image URLs has an erroneous leading slash: "/https://..."
. This can cause the Next.js Image component or the browser to misinterpret the path, leading to the observed error.
I'll correct this path.
This change ensures that the image URL for Amina Abdi is correctly formatted as an absolute external URL, which should resolve the loading error.