Files
flipper/docs/getting-started/troubleshooting/troubleshooting.mdx
Anton Nikolaev 566f7108c9 Troubleshooting docs structure refactored
Summary: Troubleshooting docs structure refactored. This should fix publishing of docs on GitHub which is currently failing, because of link to fb-only page from public page: https://github.com/facebook/flipper/actions/runs/2351680003.

Reviewed By: passy

Differential Revision: D36513180

fbshipit-source-id: c0339d437f560464e771e46dfc0a55782faf6a54
2022-05-19 07:43:09 -07:00

24 lines
900 B
Plaintext

---
id: troubleshooting
title: Troubleshooting Introduction
sidebar_label: Introduction
custom_edit_url: https://www.internalfb.com/intern/diffusion/FBS/browsefile/master/xplat/sonar/docs/getting-started/troubleshooting/troubleshooting.mdx
---
import InternalTroubleshooting from './fb/_troubleshooting.mdx';
Flipper is a work in progress and, as such, there's a chance that issues may occur while you're using it.
The 'troubleshooting' section contains known issues that have occurred within various Flipper environments and the steps you can take if you encounter them.
<OssOnly>
## How to file an issue or ask a question?
If you are still blocked after checking Troubleshooting guide you may file an issue on [GitHub](https://github.com/facebook/flipper/issues)
with the chrome DevTools logs and the output from the diagnostics screen, if relevant.
</OssOnly>
<InternalTroubleshooting />