I created a RAP app with a parent-child relationship.
When I click on create for the child entity, it should navigate to the child entity's main screen for input, which actually was working fine when I created the app. However, testing the same recently after a while, it is no longer navigating to the page where I should be seeing the Apply button as below:

However, it looks like the apply action is automatically getting triggered, and I am directly being led from the following Step 1:

to the following Step 3 (which ideally shows after you fill in the fields on Step 2 and click on Apply):

Due to this I am not able to fill all the mandatory fields, which is problematic.
I have not made any changes on the functionality, but just a bit with the authorization objects, which I reverted. what could be the reason for the same?
Thanks & Regards