Skip to content

Commit

Permalink
Update troubleshooting.md (#38956)
Browse files Browse the repository at this point in the history
  • Loading branch information
subatoi authored Jul 17, 2023
1 parent 5d18546 commit 486c0f2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions contributing/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Troubleshooting <!-- omit in toc -->

- [Troubleshooting server tests that fail locally but pass in CI](#troubleshooting-server-tests-that-fail-locally-but-pass-in-ci)
- [Troubleshooting stalled deployments and CI](#troubleshooting-stalled-deployments-and-ci)
- [Troubleshooting](#troubleshooting)
- [Troubleshooting server tests that fail locally but pass in CI](#troubleshooting-server-tests-that-fail-locally-but-pass-in-ci)
- [Staging deployment stalled](#staging-deployment-stalled)
- [CI stalled or stuck](#ci-stalled-or-stuck)
- [Troubleshooting failed deployments and CI](#troubleshooting-failed-deployments-and-ci)
- [Can't run the site locally](#cant-run-the-site-locally)
- [Failed staging deployment](#failed-staging-deployment)
- [500 error on specific page on staging](#500-error-on-specific-page-on-staging)
- [Check internal links](#check-internal-links)
- [Check external links](#check-external-links)
- [Debugging locally](#debugging-locally)
- [Liquid processing](#liquid-processing)

## Troubleshooting

Expand All @@ -37,8 +37,6 @@ $ git commit --allow-empty -m 'empty commit to redeploy staging'
$ git commit --allow-empty -m 'empty commit to rerun CI'
```

## Troubleshooting failed deployments and CI

### Can't run the site locally
If you are running `script/server` and get a `Cannot find module` error, try:

Expand Down

0 comments on commit 486c0f2

Please sign in to comment.