You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an issue where the workout draft from a given user still loaded after user changing accounts.
Adapt the new workout screen options to reflect the change on workout draft.
Fix an issue where workout stats from a given user were not being loaded properly after the user changing accounts.
Workaround for the building issue with the current version of Node image (node:current-alpine) by using the 22.6 version of the Node
image (node:22.6-alpine) (issue described on vercel/next.js#69263).
Update dependencies on package.json and package-lock.json.