todos-contra-el-fuego-web/imports/api/Users
vjrj 775461f7b2
All checks were successful
build-image / build (push) Successful in 12m38s
fix(users): use updateAsync for Meteor 3 server-side user writes
Meteor.users.update() is sync-only and no longer exists server-side
under Meteor 3, so it threw on every call, surfacing as a generic
500 to the client. users.setLang runs on every page load for logged-in
users, which is what broke /zones; the same bug in edit-profile.js
was silently breaking /profile too.
2026-07-30 10:13:21 +02:00
..
server fix(users): use updateAsync for Meteor 3 server-side user writes 2026-07-30 10:13:21 +02:00
Users.js Rest api updated 2018-06-14 17:55:38 +02:00