{"record":{"id":"64595ddbb24e056b","repo":"diegosouzapw/OmniRoute","slug":"translateorfallback-tailscalelogintimedout-tim","errorCode":null,"errorMessage":"translateOrFallback(\"tailscaleLoginTimedOut\", \"Timed out waiting for Tailscale login\")","messagePattern":"translateOrFallback\\(\"tailscaleLoginTimedOut\", \"Timed out waiting for Tailscale login\"\\)","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx","lineNumber":841,"sourceCode":"        throw new Error(\n          data?.error ||\n            translateOrFallback(\"tailscaleEnableFailed\", \"Failed to enable Tailscale Funnel\")\n        );\n      }\n\n      if (data?.needsLogin && data?.authUrl) {\n        window.open(data.authUrl, \"tailscale_auth\", \"width=680,height=780\");\n        setTailscaleNotice({\n          type: \"info\",\n          message: translateOrFallback(\n            \"tailscaleWaitingForLogin\",\n            \"Complete the Tailscale login in the opened browser tab. OmniRoute will retry automatically.\"\n          ),\n        });\n\n        const loggedIn = await waitForTailscale((status) => status.loggedIn);\n        if (!loggedIn) {\n          throw new Error(\n            translateOrFallback(\"tailscaleLoginTimedOut\", \"Timed out waiting for Tailscale login\")\n          );\n        }\n\n        ({ res, data } = await requestTailscaleEnable({\n          sudoPassword: tailscalePassword || undefined,\n        }));\n        if (!res.ok) {\n          throw new Error(\n            data?.error ||\n              translateOrFallback(\"tailscaleEnableFailed\", \"Failed to enable Tailscale Funnel\")\n          );\n        }\n      }\n\n      if (data?.funnelNotEnabled && data?.enableUrl) {\n        window.open(data.enableUrl, \"tailscale_funnel\", \"width=680,height=780\");\n        setTailscaleNotice({","sourceCodeStart":823,"sourceCodeEnd":859,"githubUrl":"https://github.com/diegosouzapw/OmniRoute/blob/a179ffed5bb2e0b883b9ae7214ce8717b2a94c4d/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx#L823-L859","documentation":"Error \"translateOrFallback(\"tailscaleLoginTimedOut\", \"Timed out waiting for Tailscale login\")\" thrown in diegosouzapw/OmniRoute.","triggerScenarios":"Thrown at src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx:841 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"a179ffed5bb2e0b883b9ae7214ce8717b2a94c4d","analyzedAt":"2026-08-25T18:35:09.898Z","schemaVersion":2},"datasetVersion":"2026-08-25T21:54:21.419Z"}