todos-contra-el-fuego-web/imports
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
..
api fix(users): use updateAsync for Meteor 3 server-side user writes 2026-07-30 10:13:21 +02:00
modules quality: web debt batch (tests runner, FireContainer, rate-limit, maps, i18n) 2026-07-21 22:59:06 +02:00
startup fix(subsUnion): drop duplicated programs/server prefix in npm path 2026-07-30 09:04:11 +02:00
ui fix(fires): "En rojo, 0 fuegos activos" con el mapa lleno de fuegos 2026-07-28 09:01:05 +02:00