upstream image response failed: 403

can't access the image on uploadthing

<AspectRatio ratio={16 / 9}>
        <Image
          alt="article cover"
          src={coverImage}
          className="object-cover"
          width={960}
          height={540}
        />
</AspectRatio>


I've added the locahost:3000 to the upoladthing app settings and .env had both secret and app id configured. Uploading works, but can't get the image
Was this page helpful?