heroku上的meteorfile upload错误 – 存储名称已经存在:“_tempstore”

所有file uploadfunction正常工作在我的本地开发环境,但是当我已经部署我的应用程序到Heroku它开始给错误。 我已经重置数据库几次,但仍geting相同的错误。 错误:

PUT ...................... 503 (Service Unavailable) "Queue" failed [503] Error in method "/cfs/files/:value/:value/", Error: Error: Storage name already exists: "_tempstore" 

可以上一些从英雄帮助S3file upload的问题..

我正在使用buildpack: https : //github.com/jordansissel/heroku-buildpack-meteor.git

为s3file upload我已经使用下面的包。

 cfs:standard-packages cfs:s3 cfs:gridfs@=0.0.31 cfs:ui cfs:graphicsmagick