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
The current adapter usessurreal.create() to create all relevant records. surreal.create() requires authentication to use which is impossible when using these auth methods since the user hasn't yet signed up. This flow does work when using RootAuth since the user is authenticated in the database as root.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The current adapter uses
surreal.create()
to create all relevant records.surreal.create()
requires authentication to use which is impossible when using these auth methods since the user hasn't yet signed up. This flow does work when using RootAuth since the user is authenticated in the database as root.Beta Was this translation helpful? Give feedback.
All reactions