-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syncing realm whist debugging throws XMLHttpRequest failure #3452
Comments
@andrew-whitmore Thank you for reporting. We are currently looking into it. |
Thanks again for reporting this! I believe I've identified the root cause, I've fixed it and found a couple of other (related) bugs, which I've documented here #3454. I'm actively working on resolving this (and any other related issues I might discover along the way). |
@kraenhansen - Thanks for the speedy reply. Best of luck with the fixes. |
@kraenhansen - I can confirm that this now works on 10.1.2. Thanks again for the speedy turn around. |
@andrew-whitmore I can't tell you how happy I am that you're finally unblocked! Thanks again for your patience. I wish you and yours a great holiday season 🙂 |
Goals
To be able to debug a react native application using realm sync application using chrome debugger using android simulator
Expected Results
The remote data under the specified partition should be pulled to the client application
Actual Results
When opening a realm with the following config
with the debugger attached. The app seams to function for a while until the listener that is bound like below is invoked
then in the chrome console the following error is thrown
The data that is trying to be sent to the rpc service when the error is thrown is:
There is one record in atlas under the partitonValue
opUnit=7523&tourDate=2020-12-07&tourName=MA44
that trying to be synced to the react-native app.Steps to Reproduce
You should be able to replicate this issue on your sample app https://github.com/mongodb-university/realm-tutorial-react-native as our app follows a similar pattern.
Version of Realm and Tooling
10.1.0
0.63.3
Thanks
Andy
The text was updated successfully, but these errors were encountered: