You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you open Troubleshoot > Open Logs and you'd get these errors: Error: Unable to send receivedCurrentQuery to realm, connection error: Error: flipper-server: timeout for command 'client-request-response'
or flipper realm "receiver getrealms not found."
In my case, I try any of these steps:
Restart Flipper
Clear or refresh
Last resort is delete this folder /Users/<user>/Library/Application Support/Flipper
Or click More > Settings > "Reset all local storage based state" and restart Flipper
Any Idea why I cannot see any realms
![Screenshot 2023-09-20 at 11 18 13 PM](https://private-user-images.githubusercontent.com/1296252/269394561-08bc1daf-c7ff-4a72-8291-cd853dadbfdc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTAxNTgsIm5iZiI6MTczOTI4OTg1OCwicGF0aCI6Ii8xMjk2MjUyLzI2OTM5NDU2MS0wOGJjMWRhZi1jN2ZmLTRhNzItODI5MS1jZDg1M2RhZGJmZGMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMTYwNDE4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZmQ3NDZhNGNiOTFkNTRlNzIxZDFhMzI4YWY0NDlmMTk2NGIzZmQ4OGQ2ZWY4MmQ0NzhhODY3ODM0MmY3Yjg2YSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.YRsMAg-I1bxOd123zQuUMvczPHjcEBgIgiTil4fbpVQ)
initializing realm on db.ts
Adding it on the App.tsx
Knowing that
console.log(realm.path);
show this outputPackages info
"realm-flipper-plugin-device": "^1.1.0",
"realm": "^12.1.0",
"react-native": "0.71.4",
Note that no error message on the logs and saving/loading data from the realm working normally, only it is not visible on Flipper
The text was updated successfully, but these errors were encountered: