|
All checks were successful
build-image / build (push) Successful in 12m38s
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. |
||
|---|---|---|
| .. | ||
| edit-profile.js | ||
| methods.js | ||
| publications.js | ||
| send-welcome-email.js | ||