We have written a Drupal module controller. It allows a user to select a course then enroll in the course. Upon successful enrollment the user is allowed to select another course and enroll in that course. After doing the enrollment process successfully 5 to 6 even 12 times in a row the course enrollment fails with this error in the browser console.
I have a custom form in which I want to add several inputs. In the following test, I add a "car2" field. Visually I can see the new input created, but when I submit the form, "car2" is not present in $form and $form_state, there is only "car1".
But the return of the above is not matching with the thumbprint.
when I open the cert and check "Details" --> Thumbprint , it is different than what is returned from above function. when I check here "signature algorithm = sha256RSA" and "signature hash algorithm = sha256"