Hi guys,
I got stuck with the ratings widget: each time when I try to rate a review by selecting a star I got this error most of the time (very few time it does not give the error, not reproduced yet): "Object of type 'Reviews.Vote' with guid '36028797018967170' cannot be updated, as it does not exist anymore"
The scenario is like that an applicant place an apply and after that I send him a deeplink to fill in a review about the apply proces. The deeplink everything goes well, but the rating itself (selecting a star) gives the error.
According to the - very basic documentation of the rating widget- i have this domain model:
I see that the widget is making a new Vote entity (Guid in the error is one higher than in MF made before). I also tried without creating a Vote entity in the MF before, but still same error. Does anyone has an idea?
Update: When I review in Firefox and begin with voting it goes well, but when I fill in the description before the vote itself it gives error. In Chrome no matter which order it gives always the error..
Anyone an idea?