-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Labels
Description
This is a Bug Report
Description
-
What went wrong?
The deployment failed on a cryptic error looking a lot like Unexpected token : in JSON during deploy #59. But my index.js is at the project's root, so I guess it's not the same issue ? The serverless.yml and index.js are attached. -
What did you expect should have happened?
The functions to be deployed -
What was the config you used?
Meaning ?
Similar or dependent issues:
Additional Data
- Serverless Framework Version you're using: 1.17.0 (google-cloudfunctions 1.1.1)
- Operating System: macOS 10.12.5
- Stack Trace:
SLS_DEBUG=* sls deploy
Serverless: Packaging service...
Serverless: Compiling function "getTellUsForUser"...
Serverless: Compiling function "postTellUsVote"...
Serverless: Uploading artifacts...
Serverless: Artifacts successfully uploaded...
Serverless: Updating deployment...
Serverless: Checking deployment update progress...
Error --------------------------------------------------
Unexpected token : in JSON at position 19
For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable.
Stack Trace --------------------------------------------
Error: Unexpected token : in JSON at position 19
at provider.request.then.catch (/Users/elfitz/Documents/Projects/MDE/WebServices/serverlessMDE/node_modules/serverless-google-cloudfunctions/shared/monitorDeployment.js:51:24)
From previous event:
at PluginManager.invoke (/usr/local/lib/node_modules/serverless/lib/classes/PluginManager.js:217:22)
at PluginManager.run (/usr/local/lib/node_modules/serverless/lib/classes/PluginManager.js:236:17)
at variables.populateService.then (/usr/local/lib/node_modules/serverless/lib/Serverless.js:107:33)
at runCallback (timers.js:800:20)
at tryOnImmediate (timers.js:762:5)
at processImmediate [as _immediateCallback] (timers.js:733:5)
From previous event:
at Serverless.run (/usr/local/lib/node_modules/serverless/lib/Serverless.js:94:74)
at serverless.init.then (/usr/local/lib/node_modules/serverless/bin/serverless:32:50)
at <anonymous>
Get Support --------------------------------------------
Docs: docs.serverless.com
Bugs: github.com/serverless/serverless/issues
Forums: forum.serverless.com
Chat: gitter.im/serverless/serverless
Your Environment Information -----------------------------
OS: darwin
Node Version: 8.1.4
Serverless Version: 1.17.0