todos-contra-el-fuego-web/imports/api/Users/server
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
..
edit-profile.js fix(users): use updateAsync for Meteor 3 server-side user writes 2026-07-30 10:13:21 +02:00
methods.js fix(users): use updateAsync for Meteor 3 server-side user writes 2026-07-30 10:13:21 +02:00
publications.js i18n setting right 2018-02-01 06:12:01 +01:00
send-welcome-email.js Lang for oauth users 2018-02-12 19:52:22 +01:00