-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
js demo doesn't work now #9
Comments
Please give me more information. |
OS: window 10 professional 64bit While I signed in using wrong pair username and password, got response "401 authentication failed" and found a get request log as follow: But when I clicked “SIGN UP” button, none of response had got, and no logs appended to chrome dev network window. Here is the mtr results(maybe my network problem?): |
That's initialization of a websocket connection. All further communication happens over a websocket so you don't see any HTTP requests in the browser log. Please open the browser javascript console. All packets are logged there. What's the exact sequence of your actions? Your login failed, you went to Sign Up screen, filled out the form and clicked [Sign Up]? Or you clicked [Sign Up] without filling the form? |
My actions are went to signup screen, filled out the form and click [Sign Up]. And here are logs of browser javascript console: |
Yep, verified. |
Fixed on dev. Will deploy later today. |
Uploaded the latest version. Make sure you completely reload all the files. |
Great, good job. |
I signed up from this, but nothing happened when I click "SIGN UP" button. The chrome development tools showed that no data had been sent.
The text was updated successfully, but these errors were encountered: