在生产中使用IE11时,Apollo Meteor Integration中的上下文始终为空

时间:2017-02-15 17:43:58

标签: meteor graphql apollo

当浏览器为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容器。

0 个答案:

没有答案