signalpoint / DrupalGap

An application development kit for Drupal websites.
https://www.drupalgap.org
GNU General Public License v2.0
232 stars 185 forks source link

formAttachSubmissionHandler - failed to find form in DOM: UserLoginForm (8.x) #1020

Closed zak-schlemmer closed 5 years ago

zak-schlemmer commented 5 years ago

I am receiving this error in console:

formAttachSubmissionHandler - failed to find form in DOM: UserLoginForm

It does not appear to try to POST when attempting to authenticate via the app.

zak-schlemmer commented 5 years ago

My above comment was somewhat incorrect.

In order to resolve the issue I had to rollback the min.js file to:

https://github.com/signalpoint/DrupalGap/commit/bef66c0cf2b1fa1efd154af87f353e1ac76be7c3

The error is in console on page load of the login form.

signalpoint commented 5 years ago

@zak-schlemmer Thank you for pointing out the exact date of breakage. I believe I've fixed this issue with the following two commits to DrupalGap:

Update to the latest drupalgap.min.js and you should be good to go.

zak-schlemmer commented 5 years ago

@signalpoint

Thank you!

The issue has been resolved.