diff --git a/src/runtime/server/storage.ts b/src/runtime/server/storage.ts index e521c88f1..5a3bfb54b 100644 --- a/src/runtime/server/storage.ts +++ b/src/runtime/server/storage.ts @@ -160,9 +160,9 @@ export const getContent = async (event: H3Event, id: string): Promise { + pendingPromises[id + hash] = new Promise(async (resolve) => { const body = await sourceStorage.getItem(id) if (body === null) { @@ -175,11 +175,11 @@ export const getContent = async (event: H3Event, id: string): Promise