{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["platform-badges","admonition"]},"type":"markdown"},"seo":{"title":"Treasure AI Studio - Troubleshooting","description":"Resolve common Treasure AI Studio issues, including sign-in problems and chats that hang or return no response.","siteUrl":"https://docs.treasure.ai","lang":"en-US","jsonLd":{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.treasure.ai/","name":"Treasure AI","url":"https://www.treasure.ai/","logo":"https://www.treasure.ai/hubfs/assets/images/logos/primary-logo.svg"},{"@type":"WebSite","@id":"https://docs.treasure.ai/#website","name":"Treasure AI Documentation","url":"https://docs.treasure.ai/","inLanguage":["en","ja"],"publisher":{"@id":"https://www.treasure.ai/"}}]},"llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"troubleshooting","__idx":0},"children":["Troubleshooting"]},{"$$mdtype":"Tag","name":"PlatformBadges","attributes":{"platforms":["Web","Desktop","Mobile"]},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This page helps you diagnose and resolve common issues in Treasure AI Studio."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"common-issues","__idx":1},"children":["Common Issues"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Issue"},"children":["Issue"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Solution"},"children":["Solution"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Can't sign in"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Verify the correct region is selected for your Treasure AI account. See ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/security/sso-login"},"children":["SSO Login"]}," for detailed authentication troubleshooting"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Landing page doesn't load"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Check your network connection. On Desktop, ensure macOS 14+ and Xcode command-line tools are installed"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Suggestion pills don't appear"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Refresh the page (Web) or restart the app (Desktop/Mobile). If the problem persists, start a new chat"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"chat-does-not-return-a-response","__idx":2},"children":["Chat Does Not Return a Response"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you start a chat but never receive a response, the cause is often a network security product blocking the streaming connection Treasure AI Studio uses to deliver replies."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"symptom","__idx":3},"children":["Symptom"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["You send a message in Treasure AI Studio, but no response is returned and the screen appears to hang."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The same behavior reproduces across multiple browsers (for example, Microsoft Edge and Google Chrome)."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Other parts of Treasure AI Studio may load normally, but the chat reply never streams in."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"cause","__idx":4},"children":["Cause"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Treasure AI Studio streams responses from the server using ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Server-Sent Events (SSE)"]},", sent with the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["text/event-stream"]}," content type. Instead of waiting for one complete reply, Treasure AI Studio keeps a connection open and receives the response progressively as it is generated."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Some ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["endpoint protection and network security products"]}," inspect or block this kind of streaming traffic. When SSE is blocked, the connection that should carry your chat response is interrupted, so no reply ever appears."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Note"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This is typically enforced on company-managed devices. When a security product blocks SSE, there is no user-side workaround — your internal IT or security team must allow the traffic. See ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#resolution"},"children":["Resolution"]},"."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"how-to-check","__idx":5},"children":["How to Check"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use the following steps to determine whether the problem is network-level SSE blocking or specific to Treasure AI Studio."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"1-test-whether-sse-traffic-is-allowed","__idx":6},"children":["1. Test whether SSE traffic is allowed"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Open the following public SSE test endpoint in your browser:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"https://echo.websocket.org/.sse\n"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Result"},"children":["Result"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"What it means"},"children":["What it means"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Messages stream in continuously"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SSE itself works on your network. The issue is likely specific to Treasure AI Studio — ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#resolution"},"children":["contact Treasure AI support"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The page opens but no messages appear, or the connection fails"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SSE is being blocked at the network level. Continue to the next step."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"2-isolate-the-device-account-and-network","__idx":7},"children":["2. Isolate the device, account, and network"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Test"},"children":["Test"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"What it means"},"children":["What it means"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Sign in as a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["different user on the same device"]}," and the problem still occurs"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The cause is likely the device or network, not your account."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Sign in with the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["same account on a different device"]}," and it works normally"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The cause is the original device or network — not your account."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"resolution","__idx":8},"children":["Resolution"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["If SSE is blocked:"]}," Ask your internal IT or security team to allow (clear) the SSE (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["text/event-stream"]},") traffic that Treasure AI Studio uses. Because this is enforced by company-managed security software, the change must be made by your IT or security team — there is no user-side workaround."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["After clearance is applied:"]}," Reload Treasure AI Studio and confirm that chat responses now stream in normally. Allowing SSE traffic has resolved this issue in real cases."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["If the SSE test passes but Treasure AI Studio chat still fails:"]}," The problem is not network-level SSE blocking. ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://www.treasure.ai/contact-us/"},"children":["Contact Treasure AI support"]}," with details of the browsers and devices you tested."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"next-steps","__idx":9},"children":["Next Steps"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/chat/chat"},"children":["Chat Interface"]}," — How chat works in Treasure AI Studio"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/security"},"children":["Security & Permissions"]}," — Sandbox and network audit log"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/getting-started"},"children":["Getting Started"]}," — Set up Treasure AI Studio on your platform"]}]}]},"headings":[{"value":"Troubleshooting","id":"troubleshooting","depth":1},{"value":"Common Issues","id":"common-issues","depth":2},{"value":"Chat Does Not Return a Response","id":"chat-does-not-return-a-response","depth":2},{"value":"Symptom","id":"symptom","depth":3},{"value":"Cause","id":"cause","depth":3},{"value":"How to Check","id":"how-to-check","depth":3},{"value":"1. Test whether SSE traffic is allowed","id":"1-test-whether-sse-traffic-is-allowed","depth":4},{"value":"2. Isolate the device, account, and network","id":"2-isolate-the-device-account-and-network","depth":4},{"value":"Resolution","id":"resolution","depth":3},{"value":"Next Steps","id":"next-steps","depth":2}],"frontmatter":{"seo":{"title":"Treasure AI Studio - Troubleshooting","description":"Resolve common Treasure AI Studio issues, including sign-in problems and chats that hang or return no response."},"platforms":["Web","Desktop","Mobile"]},"lastModified":"2026-06-16T09:20:03.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/products/ai-studio/troubleshooting","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}