-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Fixed UI frontend and removed old unused files #77
base: master
Are you sure you want to change the base?
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
@@ -1,5 +1,5 @@ | |||
COMPOSE_CONVERT_WINDOWS_PATHS=1 | |||
PORT=4080 | |||
MONGOURI=mongodb://mongo/safetrace | |||
MONGOURI=mongodb://localhost:10975/safetrace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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
# app: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.