Skip to content
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

JWT connection impossible when react-native-debugger is open #3285

Closed
euZebe opened this issue Oct 1, 2020 · 1 comment
Closed

JWT connection impossible when react-native-debugger is open #3285

euZebe opened this issue Oct 1, 2020 · 1 comment
Assignees

Comments

@euZebe
Copy link

euZebe commented Oct 1, 2020

Goals

Use react-native-debugger a app which uses Realm.

Expected Results

The app should connect successfully to Realm when RN debugger is open and debug is enabled.

(considering the application is able to connect to Realm when RN debugger is closed)

Actual Results

TypeError: _realm.default.Credentials.jwt is not a function

Please note that this warning does not occur when the debugger is closed.

Steps to Reproduce

Code Sample

  const credentials = Realm.Credentials.jwt(jwt)
  const user: Realm.User = await realmApp.logIn(credentials)

Version of Realm and Tooling

@kneth
Copy link
Contributor

kneth commented Oct 2, 2020

@euZebe Thank you for reporting. It is an oversight, and we will add it.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants