Update index.js
diff --git "a/pages/nucleus/transcript/\133code\135/index.js" "b/pages/nucleus/transcript/\133code\135/index.js"
index 9a0c542..a08bf0c 100644
--- "a/pages/nucleus/transcript/\133code\135/index.js"
+++ "b/pages/nucleus/transcript/\133code\135/index.js"
@@ -134,13 +134,13 @@
     }
     return {
         redirect: {
-            destination: `/nucleus/transcript/${ctx.params.code}/human?key=${ctx.query.key}`,
+            destination: `/nucleus/transcript/${ctx.params.code}/human?key=${ctx.query.key}&iv=${ctx.query.iv}`,
             permanent: true
         }
     }
     // let code;
     // try {
-    //     code = (await Axios.get(`http://${process.env.NUCLEUS_CALLBACK}/transcript/${ctx.params.code}?key=${ctx.query.key`))
+    //     code = (await Axios.get(`http://${process.env.NUCLEUS_CALLBACK}/transcript/${ctx.params.code}?key=${ctx.query.key&iv=${ctx.query.iv}`))
     // } catch (e) {
     //     return {
     //         redirect: {
@@ -160,4 +160,4 @@
     //         channelName
     //     }
     // }
-}
\ No newline at end of file
+}