Adding Fixed UI frontend and removed old unused files#77
Adding Fixed UI frontend and removed old unused files#77cmalfesi wants to merge 11 commits intoscrtlabs:masterfrom
Conversation
|
Thanks @cmalfesi. This feels like much progress, yet it's still not fully functional for me. Here's my report:
and the server crashes and is automatically restarted. which the UI should parse and report something went wrong.
Thank you 🙏 |
…e.js file, that is returning error with enclave.
|
@lacabra I have done some progress on these points:
Here I try to explain the problem:
We need to debug this with the help of the enclave server log. |
backend/app/.env
Outdated
| COMPOSE_CONVERT_WINDOWS_PATHS=1 | ||
| PORT=4080 | ||
| MONGOURI=mongodb://mongo/safetrace | ||
| MONGOURI=mongodb://localhost:10975/safetrace |
There was a problem hiding this comment.
@cmalfesi This change breaks my local install. If you change a parameter like this that requires a different setup, I would ask to document what else needs to be changed, otherwise it becomes problematic as we are troubleshooting one thing, we break another one. Thanks! 🙏
backend/docker-compose.yml
Outdated
| - "4080:4080" | ||
| links: | ||
| - mongo No newline at end of file | ||
| # app: |
There was a problem hiding this comment.
Same here, uncommenting this section breaks my local installation.
|
Tested the new changes. I confirm that the date field is now optional if I choose that I have not been tested. When I submit my location data, the console shows that the UI is sending an empty array despite having uploaded a valid Google Takeout data. The operation succeeds in the enclave, though an empty array gets added to that user. I don't see any CORS error: |
|
@lacabra (cc: @cankisagun @ainsleys )
|

No description provided.