Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login form does not work in Epiphany #1227

Closed
Zash opened this issue Sep 27, 2018 · 2 comments
Closed

Login form does not work in Epiphany #1227

Zash opened this issue Sep 27, 2018 · 2 comments
Labels
Milestone

Comments

@Zash
Copy link
Contributor

Zash commented Sep 27, 2018

When clicking 'Log in' nothing appears to happen, save the following shows up in the console:

[Error] TypeError: form_data.get is not a function. (In 'form_data.get('trusted')', 'form_data.get' is undefined)
    authenticate (converse.js:62663)
    wrapper (converse.js:14184)
    (anonymous function) (converse.js:2131)
@jcbrand
Copy link
Member

jcbrand commented Oct 1, 2018

I'm quite sure the problem here is that Epiphany doesn't support the FormData API.

The next release of Converse will include a polyfill (because Edge also doesn't support it fully).

@jcbrand
Copy link
Member

jcbrand commented Oct 1, 2018

It should be fixed in this commit: 31080bf

@jcbrand jcbrand added the bug label Oct 1, 2018
@jcbrand jcbrand modified the milestones: 4.0.2, 4.0.3 Oct 1, 2018
@jcbrand jcbrand closed this as completed Oct 5, 2018
@jcbrand jcbrand modified the milestones: 4.0.3, 4.0.1, 4.0.2 Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants