Email Comfirmation UI Error #35

Closed
opened 2019-05-28 14:36:46 +00:00 by Ghost · 3 comments

When I was try to install Telebit on Mac, curl was ok. Then it returns pair code, at the same time I get comfirmation mail. But when I opened pairing link and entering the code to input, clain device button still inactive.

Also there was an error on console said:

app.js:168 Uncaught (in promise) TypeError: formElements.forEach is not a function
    at init (app.js:168)
    at app.js:189

how can i pair my device? Is there a another way to pair?

Thanks.

When I was try to install Telebit on Mac, curl was ok. Then it returns pair code, at the same time I get comfirmation mail. But when I opened pairing link and entering the code to input, clain device button still inactive. Also there was an error on console said: ``` app.js:168 Uncaught (in promise) TypeError: formElements.forEach is not a function at init (app.js:168) at app.js:189 ``` how can i pair my device? Is there a another way to pair? Thanks.
Owner

Thanks for the report. What browser are you using?

Thanks for the report. What browser are you using?
Owner

Looks like we called .forEach on a nodeList by mistake in a recent update.

That's my fault, sorry. I just tested with a new install and it's working for me now.

Looks like we called `.forEach` on a `nodeList` by mistake in a recent update. That's my fault, sorry. I just tested with a new install and it's working for me now.
Author

I activated button via deleting attribute on html, but thanks for quick responding.

I activated button via deleting attribute on html, but thanks for quick responding.
Ghost closed this issue 2019-05-29 08:36:39 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coolaj86/telebit.js#35
No description provided.