Philipp Fauser
Philipp Fauser
Hi @legustav & @AlisterRWood, looks like this is a general problem in iOS15: https://developer.apple.com/forums/thread/689876 You need to update APPPrinter.m (l.259) like this to make it work again: ```objective-c dispatch_async(dispatch_get_main_queue(), ^{...
Same for me. The session gets stored in the database, but not in req.session. Is there a special way to update the session for req.session?
@lkozloff I have the same problem and I think it is connected to this issue: https://github.com/meteor/meteor/issues/4696 The [mfactory:admin-lte](https://github.com/meteor-factory/meteor-admin-lte) (see admin-lte.js, line 124, 129) package is using `Meteor.absoluteUrl()` in two of...