-
Notifications
You must be signed in to change notification settings - Fork 14
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
New trait is not being saved for a user for whom there is no trait yet #53
Comments
|
Thanks for debugging @xxcxy Here is what we have as of now: |
hmmm.... I tried on my local machine and used local_tc-bus-api, update es-processor's index and type to api's index and type. then it run correct. maybe it relate es version, i'm not sure. |
sorry @xxcxy I am not able to follow you completely. What changes you have to make to get it working? or nothing? which version you have on your local? 6.8.0 which is there in docker compose? Production is Elasticsearch 2.3 so that can be issue? but it should be consistent, isn't it? Can you please try with |
In fact our dev env also has |
I mean i don't changes anything. |
I didn't see it either |
If for a user/member the response of endpoint
/v5/members/vikasrohit11/traits
is[]
then if we try to create a new trait for such user usingPOST /v5/members/vikasrohit11/traits
endpoint, does not create trait (at least we can not see inGET /v5/members/vikasrohit11/traits
) and there is no error log in member-api or member-processor-es both.The text was updated successfully, but these errors were encountered: