The register with email have bug after version 3 upgrade
-
after I upgraded to version 3,
all the user can't register with email
because the submit for email is not work
and I find that https://community.nodebb.org/ also can't register by email,
after register, it show that can't login -
What version are you on exactly?
I just tried registering here inviting adding an email and it worked just fine
-
The error in your screenshot suggests that the client-side js file did not correctly load. It could be that there was a server-side runtime error, or an error during asset build.
Do you see any errors when building, or when running NodeBB?
-
@baris said in The register with email have bug after version 3 upgrade:
are you running more than 1 nodebb process? Are you using sticky sessions to properly handle requests?
No, I just run 1 nodebb in my server, and haven't use other sticky sessions
do you have any method for me to recover this email form prbolem?