Application ID: 4A47197B-AE30-FA84-FF56-0071F4010900
Method:
parentAdd
POST/parentAdd
I am noticing strange behavior on this method and I am unsure if it is a bug or something I am doing wrong.
At random, the business logic on this method will revert to an old business logic from the changelog, namely #ef2ac34c.
The logic that should be there is #5e46cae8 (I have just pushed this to the server again).
I am not sure how to replicate the problem and wonder if it has to do with cookies, as I may have had 2 windows open. Yet the logic that randomly appeared was something I did a few days ago, not recently.
Is this a known issue?
Here is a screenshot where the server logic was wrong
And then I pushed the right logic onto the server