How to implement Sign up/Sign in functionality for Anonymous users

0
This is the error ss when I am implementing Sign in functionality for Anonymous users.  I am referring to a Mendix official Video available on youtube i.e. "https://www.youtube.com/watch?v=nT1W0ttwAfw". 
asked
3 answers
3

Hi Pratik 

 

You have generalized the entity with same entity. Thast why you are facing this error. Select the appropriate entity while implementing genralization

answered
0

image.png

If I remove Login Context entity here from generalization then what shall I put instead of that ?

answered
0

image.png

Stella, if I don't select Login_Context in generalization I am getting all these errors 

answered