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
Clicking "Start a group" highlights "New User" menu item instead of "Start a group"EDIT: Err, I guess this makes sense since we're on the SignUp view.
Proceeding with "Sign Up" results in error. Tried this twice, screenshots from both attempts:
Meanwhile, the server console outputs:
Running "watch" task
Waiting...
Gruntfile.js: loading file with babel support: ./backend/index.js
API server running at: http://Alice.local:3000
Debug: handler, error
{"msec":12.488315999507904,"error":"Not Found","data":{"data":null,"isBoom":true,"isServer":false,"output":{"statusCode":404,"payload":{"statusCode":404,"error":"Not Found"},"headers":{}},"message":"Not Found"}}
Solution
Clicking "Start a group" should highlight "Start a group" tab/menu
Clicking "Sign Up" should redirect to group creation screen. Right now it's trying to load localhost:8000/user/ for some reason, and it also fails to load even that.
The text was updated successfully, but these errors were encountered:
It is not redirecting to the localhost:3000/user/ but failing to make the xhr request to the backend at that route due to it being removed. It now fails the CORS request. It should redirect correctly once a new login scheme is created.
Problem
With latest changes in #155 (commit eb64870).
Multiple issues with "Start a group":
Clicking "Start a group" highlights "New User" menu item instead of "Start a group"EDIT: Err, I guess this makes sense since we're on the SignUp view.Meanwhile, the server console outputs:
Solution
Clicking "Start a group" should highlight "Start a group" tab/menulocalhost:8000/user/
for some reason, and it also fails to load even that.The text was updated successfully, but these errors were encountered: