Minor improvement: I noticed that an exception is thrown when I enter my body weight as a float (with dot as decimal separator).
Thanks and keep up the good work!
Best wishes,
Albert-Jan
Minor improvement: I noticed that an exception is thrown when I enter my body weight as a float (with dot as decimal separator).
Thanks and keep up the good work!
Best wishes,
Albert-Jan
Tx for the report. I wasn’t able to reproduce this. I tried the /settings page and the “new user” form both with kg and lb. What did you enter exactly and where?
Heh. I tried reproducing the error in 2 places (the other one was in “bulk edit”), but I cannot reproduce it either. Maybe I will find out later, still a bit sleepy from New Year’s Eve! Will let you know! Could it be that this was fixed? Was the weight range validation there before?
Best wishes,
Albert-Jan
Yes I haven’t changed anything there for a while. It might have been a temp problem on the server side.
Are you using Java on the server side? Thought it was a java error that I saw, not sure
Yes its a Spring Boot application and server side exceptions are returned to the client. The client side is Vuejs with Vuetify components and d3js for charts.