You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
Hi Team,
I have Strapi running on
localhost:1337
and next.js client running on
localhost:3000
One of my articles has content with images. This is a sample image URL
Then this article is rendered in Next.js, the broken image is displayed since the full path was
I can parse the articles and relate the
/uploads/
withHOST:PORT/uploads/
I wanted to know if there is any solution by Next.js or Strapi
The text was updated successfully, but these errors were encountered: