flipper: Desktop failed to provide certificates
See original GitHub issueOnly CPU, logs and crashreporter seem to work. Desktop app and console says:
This small icon changes periodically to a loading indicator.flipper: Desktop failed to provide certificates. Error from flipper desktop: Disallowed app name in CSR: com.my.application_alpha. Only alphanumeric characters and ‘.’ allowed.
Is the problem really in application name? Or something wrong with configuration?
In CustomApplication onCreate()
final FlipperClient client = AndroidFlipperClient.getInstance(this);
client.addPlugin(new InspectorFlipperPlugin(this, DescriptorMapping.withDefaults()));
final DescriptorMapping descriptorMapping = DescriptorMapping.withDefaults();
client.addPlugin(new InspectorFlipperPlugin(getApplicationContext(), descriptorMapping));
client.addPlugin(
new SharedPreferencesFlipperPlugin(getApplicationContext()));
client.start();
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Desktop failed to provide certificates. Error from flipper desktop
You need to run Flipper Desktop on your background. It has an integrated React-devtools plugin. Download it from fbflipper.com.
Read more >Secure Communication - Certificate Exchange - Flipper
This page provides an outline of how a connection is established between an app, with the Flipper SDK integrated, and the desktop app....
Read more >react-native-flipper - npm
react-native-flipper. TypeScript icon, indicating that this package has built-in type declarations. 0.176.1 • Public • Published 13 days ago.
Read more >Debugging React Native apps with Flipper - LogRocket Blog
This article will walk you through how to debug React Native using Flipper. Installing Flipper. Installing the desktop app is easy. You can...
Read more >[Solved]-Error, Putpkt write failed - appsloveworld.com
Coding example for the question Error, Putpkt write failed. ... simulated application: Unknown error · flipper: Desktop failed to provide certificates.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This should now be fixed for you if you run flipper desktop from source: https://github.com/facebook/flipper#running-from-source
The fix will be in the website download in the next release, which we do roughly once a week.
Comments on closed issues are rarely seen by anybody, and typically don’t result in any help. Please open a new issue if you want to report an issue. Only comment on closed issues with comments that are somehow helpful to people that find them through search, such as an alternative solution.