Add date and time check to troubleshooting docs (#336)
Summary: Flipper uses SSL between device and computer. If, for example, the time on the mobile device is outdated. The server cert on desktop may appear to be from the future, leading to the connection being rejected. Pull Request resolved: https://github.com/facebook/flipper/pull/336 Reviewed By: danielbuechele Differential Revision: D13234612 Pulled By: jknoxville fbshipit-source-id: 5eccc3abc763deb5bce3520d880a522a9a32ec86
This commit is contained in:
committed by
Facebook Github Bot
parent
54d09aa951
commit
b635b7e4aa
@@ -28,6 +28,7 @@ We hope that flipper works well out of the box, but the software is a work in pr
|
|||||||
* Open Chrome dev tools within Flipper. To do so, from the View menu select Toggle Developer Tools or press CMD+Option+I and check if there are any errors on the console.
|
* Open Chrome dev tools within Flipper. To do so, from the View menu select Toggle Developer Tools or press CMD+Option+I and check if there are any errors on the console.
|
||||||
* Delete `~/.flipper`
|
* Delete `~/.flipper`
|
||||||
* **Uninstall** and reinstall the mobile app.
|
* **Uninstall** and reinstall the mobile app.
|
||||||
|
* Make sure the time and date are set correctly on your mobile device and desktop computer.
|
||||||
* If no app plugins are showing up, there may be a connectivity issue between Flipper and your app. Check [connection issues](#connection-issues) to see if anything is failing.
|
* If no app plugins are showing up, there may be a connectivity issue between Flipper and your app. Check [connection issues](#connection-issues) to see if anything is failing.
|
||||||
|
|
||||||
### Connection Issues
|
### Connection Issues
|
||||||
|
|||||||
Reference in New Issue
Block a user