frankcollins3 / Next-Water-App

Happy, Healthy Water Cycling App that tracks user/human fluid intake.
https://next-water-app.vercel.app
1 stars 0 forks source link

settings POST discrepancy [1:28pm] #113

Open frankcollins3 opened 1 year ago

frankcollins3 commented 1 year ago

attempting to do: POST settings works in local and updates with useEffect()=> that updates redux state so page doesn't have to navigate for reminder bars to be seen as updated

error: settings.weight is undefined

proposed approach: recommitting with logs everywhere and working backwards. // fortunately the userSignup route and the getDailyData route (which had separate issue) work so DB is set up correctly.