This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
Signup fails with #284
Comments
I see. This is because it is the router that is responsible for injecting the User ID to the context (through the auth preprocessor). In this case, the User ID does not exists because the user is being created. |
No. Interesting. I already have a test case for that. |
cheungpat
added a commit
to cheungpat/skygear-server
that referenced
this issue
Feb 9, 2017
rickmak
pushed a commit
that referenced
this issue
Feb 9, 2017
cheungpat
added a commit
to cheungpat/skygear-server
that referenced
this issue
Feb 9, 2017
This fix is backported to apply on v0.21 branch. refs SkygearIO#284
rickmak
pushed a commit
that referenced
this issue
Feb 9, 2017
This fix is backported to apply on v0.21 branch. refs #284
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the plugin have any user before_save hook in plugin. The skygear-server will fails user signup with error.
This is the example of plugin code that will trigger the bugs.
Expected Results
The user sign up successfully.
Actual Results
User will get follow error
Stacktrace
The text was updated successfully, but these errors were encountered: