# DiscourseConnect の一般的な問題のデバッグと修正

**URL:** https://meta.discourse.org/t/debug-and-fixing-common-discourseconnect-issues/103496
**Category:** Integrations
**Tags:** sso, discourseconnect, how-to
**Created:** [2018 年 12 月 4 日午後 7:44 UTC](https://meta.discourse.org/t/debug-and-fixing-common-discourseconnect-issues/103496 "2018-12-04T19:44:22Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![jord8on](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jord8on/32/166809_2.png) [@jord8on](https://meta.discourse.org/u/jord8on)
#### Post date: [2019 年 1 月 18 日午後 6:22 UTC](https://meta.discourse.org/t/debug-and-fixing-common-discourseconnect-issues/103496/2 "2019-01-18T18:22:32Z")

</div>

> [@simon](#):
>
> enter your forum’s Rails console

I wasn’t sure how to enter the Rails console, but found the answer over [here](https://meta.discourse.org/t/how-to-get-into-rails-console/77310) and thought I’d publish for anyone else who doesn’t know how to get into the Rails console.

1. SSH into your site
2. Login as root user then do the following:
3. `sudo -s`
4. `cd /var/discourse/`
5. `ls`
6. `./launcher enter app`
7. `rails c`

That should get you into the Rails console!

---

_[View the full topic](https://meta.discourse.org/t/debug-and-fixing-common-discourseconnect-issues/103496)._
