diff --git a/packages/hoppscotch-common/src/pages/r/_id.vue b/packages/hoppscotch-common/src/pages/r/_id.vue index 64b917981..70155ce0b 100644 --- a/packages/hoppscotch-common/src/pages/r/_id.vue +++ b/packages/hoppscotch-common/src/pages/r/_id.vue @@ -11,6 +11,14 @@

{{ t("error.invalid_link_description") }}

+

+ +

{ const data = shortcodeDetails.data if (E.isRight(data)) { + if (!data.right.shortcode?.request) { + invalidLink.value = true + return + } + const request: unknown = JSON.parse(data.right.shortcode?.request as string) createNewTab({