当浏览器为IE11时,上下文对象始终为空
Mutation: {
insertBusinessIdea (_, {name}, context) {
if (!context.userId) {
throw new Meteor.Error('User must be logged in to create a new Business Idea')
} // IE11 not working
}
只有在生产中部署且仅使用IE11时才会发生。在localhost:3000上工作得很好,即使使用IE11
值得一提的是,在生产中,它被部署为nginx反向代理后面的docker容器。