There is a form for Password protection with a “clear form” interaction on it to automatically reset the value if the password is incorrect. The problem is that if the wrong password is entered once in the frontend, after the form is reset, if we enter the correct password, we will still encounter an error. After reloading the page and entering the correct password, there is no problem.
This bug is not related to 2.2 RC, but it is also in this version…
thank you for the report. I can replicate it and I’ve added it to our internal bug tracker.
It’s happening because the “clear form” interaction clears all form fields - including the hidden one that is used internally.
As always, we will update this topic once we release a fix.