diff --git a/app/root.tsx b/app/root.tsx index aec9b62..36aaec5 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -86,6 +86,10 @@ export default function Root() { } }, [portalUrl]); + if (!portalUrl) { + return

Loading...

; + } + const sdk = Sdk.create(portalUrl); return (