Path-Check / safeplaces-dct-app

COVID Safe Paths (based on Private Kit) is an open and privacy preserving system to use personal information to battle COVID
https://covidsafepaths.org
MIT License
465 stars 285 forks source link

GPS export crashes on missing ExportCodeInput screen #1296

Closed anamba closed 4 years ago

anamba commented 4 years ago

Not using the issue template since the situation is a little different. I resolved this issue on my end, but reporting here so that you folks can have a look as well.

I found initially that when I go to export, I get a big red error screen after selecting an HA.

I don't have a lot of experience with React, but through some searching, I found ExportStack.tsx, which seemed to have all the right screens in it, but after some experimentation, that did not appear to be the right file.

Eventually, I found another stack in Entry.js (GPSExportStack) and copied in the required screens from ExportStack.tsx and that seemed to resolve the issue.

JacobJaffe commented 4 years ago

Thanks for flagging this @anamba ! Resolved in https://github.com/Path-Check/covid-safe-paths/pull/1297 😄