From 808d230a5e066db00c93cd17f33d25210ece7374 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 29 Oct 2024 12:01:24 -0300 Subject: [PATCH] fix: nextjs cache access forbidden --- src/app/[pohid]/[chain]/[request]/page.tsx | 2 ++ src/components/Vouch.tsx | 1 + 2 files changed, 3 insertions(+) diff --git a/src/app/[pohid]/[chain]/[request]/page.tsx b/src/app/[pohid]/[chain]/[request]/page.tsx index 24476be..d92f3fb 100644 --- a/src/app/[pohid]/[chain]/[request]/page.tsx +++ b/src/app/[pohid]/[chain]/[request]/page.tsx @@ -316,6 +316,7 @@ export default async function Request({ params }: PageProps) { src={ipfs(registrationFile.photo)} width={144} height={144} + unoptimized={true} /> } /> @@ -391,6 +392,7 @@ export default async function Request({ params }: PageProps) { src={ipfs(registrationFile.photo)} width={144} height={144} + unoptimized={true} /> } /> diff --git a/src/components/Vouch.tsx b/src/components/Vouch.tsx index 1242415..81d39e0 100644 --- a/src/components/Vouch.tsx +++ b/src/components/Vouch.tsx @@ -51,6 +51,7 @@ const Vouch: React.FC = ({ src={ipfs(photo)} width={64} height={64} + unoptimized={true} /> ) : (