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

Update troubleshooting.md #2989

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/error-reporting/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,17 +187,17 @@
Direct login to Morgue using an SSO-only account is not supported. However, there is a workaround available:

1. Start by logging into the Backtrace UI as you normally would.
2. Next, go to https://youruniverse.sp.backtrace.io/api/session and copy the token from the JSON data displayed on that page.
2. Next, navigate to the account page under Organization settings (https://youruniverse.sp.backtrace.io/settings/me)
3. Copy the "Command line login"

Check warning on line 191 in docs/error-reporting/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/error-reporting/troubleshooting.md#L191

[sauce.EOLWhitespace] Remove whitespace characters from the end of the line.
Raw output
{"message": "[sauce.EOLWhitespace] Remove whitespace characters from the end of the line.", "location": {"path": "docs/error-reporting/troubleshooting.md", "range": {"start": {"line": 191, "column": 33}}}, "severity": "WARNING"}

To log in to Morgue using this token, run the following command:
Paste the provided command to login:

```shell
morgue login https://youruniverse.sp.backtrace.io --token=
morgue login https://youruniverse.sp.backtrace.io --token=yourtoken
```

replacing `token` with the token you copied from the `api/session` link mentioned earlier.

The token may be reset during server restarts or maintenance. If you encounter any messages regarding invalid tokens or authentication issues, repeat the process described above.
The token may be reset during server restarts or maintenance. If you encounter any messages regarding invalid tokens or authentication issues, repeat the steps above.

## missing_symbol Attribute

Expand Down