You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the example. I can register a new user but I can't log in a registered user. This is part of the error log:
404: /login
.../example/node_modules/redis/index.js:535
throw err;
^
Error: Document already exists
at Array.defaultCallback (.../example/node_modules/racer/lib/Model/events.js:25:40)
at Doc._clearInflightOp (.../example/node_modules/racer/node_modules/share/lib/client/doc.js:799:17)
at Doc._onMessage (.../example/node_modules/racer/node_modules/share/lib/client/doc.js:259:14)
at StreamSocket.socket.onmessage (.../node_modules/racer/node_modules/share/lib/client/connection.js:116:13)
....
The text was updated successfully, but these errors were encountered:
Hey guys:
I am running the example. I can register a new user but I can't log in a registered user. This is part of the error log:
404: /login
.../example/node_modules/redis/index.js:535
throw err;
^
Error: Document already exists
at Array.defaultCallback (.../example/node_modules/racer/lib/Model/events.js:25:40)
at Doc._clearInflightOp (.../example/node_modules/racer/node_modules/share/lib/client/doc.js:799:17)
at Doc._onMessage (.../example/node_modules/racer/node_modules/share/lib/client/doc.js:259:14)
at StreamSocket.socket.onmessage (.../node_modules/racer/node_modules/share/lib/client/connection.js:116:13)
....
The text was updated successfully, but these errors were encountered: