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
19 changes: 19 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,19 @@
---
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'

---

If you're seeing the following error when you launch the dbt Cloud IDE, it could be due to a few scenarios but, commonly, it indicates a missing repository:

```shell

Your IDE session experienced an unknown error and was terminated. Please contact support.

```

You can try to resolve this by adding a repository like a [managed repository](/docs/collaborate/git/managed-repository) or your preferred Git account. To add your Git account, navigate to **Project** > **Repository** and select your repository.


If you're still running into this error, please contact the Support team at support@getdbt.com for help.
Loading