ucfinancegroup / pfp

a personal finance app, focused on projections, written in Rust and React
4 stars 0 forks source link

Error on get plans #237

Closed brettfazio closed 3 years ago

brettfazio commented 3 years ago

Optional("{\"code\":500,\"message\":\"Error while getting transactions\"}")

On Hamilton account

c650 commented 3 years ago

with latest pull, no issue

"Error while getting transactions" can only happen when a new snapshot is made. I tried deleting recent snapshot, called GET /plan ... went fine.

So I cannot reproduce. Can you confirm that you're running the latest build of everything?

c650 commented 3 years ago

seems like we figured out that it's because of missing _id fields

i shall fixeth