conversejs/converse.js

Registration form is not fetched in latest version 10.1.7

SPiRiT369 opened this issue · 2 comments

Describe the bug
On latest version (10.1.7) - registration forms are not fetched so users can't register.
This doesn't happen in earlier version (10.1.6).

To Reproduce
You can see it in https://inverse.chat/#converse/register (for example).
Type xmpp provider and click "Fetch registration form".
Also happens to me in my server.

Expected behavior
A registration form should be displayed.

Browser console shows:

panel.js:96 Uncaught TypeError: n._proto._reqToData is not a function
    at a_.getRegistrationFields (panel.js:96:34)
    at e._connect_cb (panel.js:80:29)
    at _o._onInitialMessage (websocket.js:270:24)
    at socket.onmessage (websocket.js:170:51)
getRegistrationFields	@	panel.js:96
e._connect_cb	@	panel.js:80

I found the same error. If you change it to 10.1.6, the registration forms will come back.

wow, this problem is not solved yet.