Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

created ide session unknown error page following slack message #5960

Merged
merged 9 commits into from
Aug 23, 2024
20 changes: 20 additions & 0 deletions website/docs/faqs/Troubleshooting/ide-session-unknown-error.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: I'm receiving an 'Your IDE session experienced an unknown error and was terminated. Please contact support'.
description: "Add a repository when seeing IDE unknown error"
sidebar_label: 'Receiving unknown error in the IDE'
id: IDE
nataliefiann marked this conversation as resolved.
Show resolved Hide resolved

---

If you're experiencing the below error when you try to open the cloud IDE, it may be due to a few scenarios but it typically indicates a missing repository.
nataliefiann marked this conversation as resolved.
Show resolved Hide resolved

```shell

Your IDE session experienced an unknown error and was terminated. Please contact support
nataliefiann marked this conversation as resolved.
Show resolved Hide resolved

```

To resolve this, we recommend adding a repository like a [managed repository](/docs/collaborate/git/managed-repository) or your preferred Git account by navigating to Project > Repository and selecting your repository.
nataliefiann marked this conversation as resolved.
Show resolved Hide resolved


If you've tried the steps above and are still experiencing this behavior - reach out to the Support team at support@getdbt.com and we'll be happy to help.
nataliefiann marked this conversation as resolved.
Show resolved Hide resolved
Loading