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.
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.