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
See the branch register_backend_connect. This works in dev, anyway. @prestonmasseyblake, it turned out not to be a CORS issue (it's already set to be permissive), but the backend not explicitly "listening" on port 3000. On that branch, registration now correctly posts data to the database and returns a simple JSON response in the form {"status": true/false, "message": details about operation results}. See also #120
From #101
We should be able to use a runtime-injected value for what backend a frontend should be talking to, and what frontend a backend should listen to.
The text was updated successfully, but these errors were encountered: