Trouble with verification email

I’m trying to setup my auth pages and I’m having trouble with the email verification step. The user creation is working as it should and the verification email is sent to the user. However, when the verification link is clicked, the web page opens to the verification URL and nothing else happens. Nothing on the page loads and there are no changes made to the helper file. Any idea what I am doing wrong?

If you have an older helper file, there was a bug in the url generator FM code in the Authentication Notifier script.

Basically the URL should look like:
https://someapp.fmbetterforms.com/#/login/verify?token=xxxxxxx

NOT
https://someapp.fmbetterforms.com/#/login/verify/xxxxxxxxx?token=xxxxxxx

Thanks! That was the issue.