1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update troubleshooting.md (#38956)

This commit is contained in:
Ben Ahmady
2023-07-17 15:32:43 +01:00
committed by GitHub
parent 5d18546911
commit 486c0f2c95

View File

@@ -1,16 +1,16 @@
# Troubleshooting <!-- omit in toc --> # 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](#troubleshooting)
- [Troubleshooting stalled deployments and CI](#troubleshooting-stalled-deployments-and-ci) - [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) - [Staging deployment stalled](#staging-deployment-stalled)
- [CI stalled or stuck](#ci-stalled-or-stuck) - [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) - [Can't run the site locally](#cant-run-the-site-locally)
- [Failed staging deployment](#failed-staging-deployment) - [Failed staging deployment](#failed-staging-deployment)
- [500 error on specific page on staging](#500-error-on-specific-page-on-staging) - [500 error on specific page on staging](#500-error-on-specific-page-on-staging)
- [Check internal links](#check-internal-links) - [Check internal links](#check-internal-links)
- [Check external links](#check-external-links) - [Check external links](#check-external-links)
- [Debugging locally](#debugging-locally) - [Debugging locally](#debugging-locally)
- [Liquid processing](#liquid-processing)
## Troubleshooting ## Troubleshooting
@@ -37,8 +37,6 @@ $ git commit --allow-empty -m 'empty commit to redeploy staging'
$ git commit --allow-empty -m 'empty commit to rerun CI' $ git commit --allow-empty -m 'empty commit to rerun CI'
``` ```
## Troubleshooting failed deployments and CI
### Can't run the site locally ### Can't run the site locally
If you are running `script/server` and get a `Cannot find module` error, try: If you are running `script/server` and get a `Cannot find module` error, try: