From 0e700469c555160d192bf75c690dbe2f5c6035a4 Mon Sep 17 00:00:00 2001 From: Justin Dorfman Date: Thu, 8 May 2025 11:03:49 -0700 Subject: [PATCH] feat: Add Q&A entry for login error "Failed to saving state to session" --- answers.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/answers.json b/answers.json index 1f1883d..96fbdd0 100644 --- a/answers.json +++ b/answers.json @@ -97,4 +97,9 @@ "url": "https://community.sourcegraph.com/t/how-to-customize-cody/2651", "title": "How to customize Cody in Visual Studio", "answer": "For customizing Cody in Visual Studio, use 'cody.chat.preInstruction' instead of 'instructions' in your configuration file. The Visual Studio extension is still in experimental phase, so some features may not work as expected. When configuring Cody, ensure you're using the correct configuration keys as they differ between IDE extensions." +}, +{ + "url": "https://www.reddit.com/r/sourcegraph/comments/1khiig3/how_to_deal_with_login_error_failed_to_saving/", + "title": "How to deal with login error 'Failed to saving state to session'", + "answer": "This error is typically due to a service interruption or network issue on our end. Please check the status page https://sourcegraphstatus.com/ for any updates or outages." }] \ No newline at end of file