Closed michellewang closed 3 years ago
Oh yeah, likely due to 448cd2c4f3fac27da8287598e7f876b79921e426, see: https://github.com/NTX-McGill/NeuroTechX-McGill-2021/blob/5d5983d0de9a9887f8e727e505fcc7b5e7ef90cd/software/data_collection_platform/frontend/src/api.ts#L52
Forgot to update api.ts
, fix should be up soon.
When I try to run the app on the
main
branch (with LSL stream running), the webapp is stuck on this page:The console shows a 404 error. It looks to me like there might be something wrong with the API endpoint. Here's the output when I run
backend.sh
(error shows up when I refreshlocalhost:3000
):Not sure if this is related, but I also get a new warning when I start the frontend. Here's the output of
npm start
:Steps to reproduce:
main
branchfrontend
directory, then donpm start
backend
directory and do./backend.sh
localhost:3000
I'm on macOS Catalina (10.15.4) with Python version 3.7.10, and my main branch is up to date (latest commit is 5d5983d0de9a9887f8e727e505fcc7b5e7ef90cd). The app was working when I was on the
backend/start-scripts
branch.@CherryMan Michael asked me to tag you. Please let me know if you need more information.