Hi -
I am trying to deploy to meteor galaxy cloud for the first time, its giving me this error. Even when I try to login to meteor on command line its giving me same error.
Although my application works just fine, when running locally.
C:\projects\xxx>meteor deploy yyy.meteorapp.com --settings settings.json
Talking to Galaxy servers at https://galaxy.meteor.com
Username: xxx
Password:
c:.meteor\packages\meteor-tool\1.4.2_3\mt-os.windows.x86_32\dev_bundle\lib\node_modules\fibers\future.js:280
throw(ex);
^
Error: can’t find a unique name for temporary file?
at writeSessionData (c:\tools\meteor-services\auth.js:154:13)
at Object.exports.setSessionId (c:\tools\meteor-services\auth.js:878:3)
at Object.doInteractivePasswordLogin (c:\tools\meteor-services\auth.js:521:10)
at authedRpc (c:\tools\meteor-services\deploy.js:175:14)
at Object.bundleAndDeploy (c:\tools\meteor-services\deploy.js:383:19)
at Command.func (c:\tools\cli\commands.js:1344:29)