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
When I use Async.runSync(...), I get the following error on the client:
details: undefined
error: 500
errorType: "Meteor.Error"
message: "Internal server error [500]"
reason: "Internal server error"
When I switch back to Meteor.sync(...), everything works perfectly again, even though Meteor.sync() is supposed to be deprecated. Can I continue to use Meteor.sync()?
The text was updated successfully, but these errors were encountered:
When I use
Async.runSync(...)
, I get the following error on the client:When I switch back to
Meteor.sync(...)
, everything works perfectly again, even thoughMeteor.sync()
is supposed to be deprecated. Can I continue to useMeteor.sync()
?The text was updated successfully, but these errors were encountered: