realm-js
realm-js copied to clipboard
Error: Failed to load 'http://localhost:8083/create_session'
a
Realm connects to something in two cases:
- React Native debugging (port 8081 - see https://facebook.github.io/react-native/docs/debugging.html#debugging-on-a-device-with-chrome-developer-tools)
- Realm Object Server (port 9080)
@lucaszanella Thanks for the explanation. It's a good candidate for something to add to our documentation 😃 .