Summary: This diff includes minor changes to the pages within the Setup section of Flipper Docs. Reviewed By: passy Differential Revision: D41472932 fbshipit-source-id: 41894bba63a91e90869423af1d3635ac3fa0c20f
24 lines
902 B
Plaintext
24 lines
902 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.
|
|
|
|
This '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 />
|