Skip to content

Repo sync #26849

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

Merged
merged 3 commits into from
Jul 17, 2023
Merged
Show file tree
Hide file tree
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
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% note %}

**Note:** Migrations from Bitbucket Server using {% data variables.product.prodname_importer_proper_name %} are currently in private beta and subject to change. To request access to the beta, see [Join the Bitbucket Server migrations Waitlist](https://github.com/features/bitbucket-migrations/signup).
**Note:** Migrations from Bitbucket Server using {% data variables.product.prodname_importer_proper_name %} are currently in public beta and subject to change.

{% endnote %}
Loading