-
Notifications
You must be signed in to change notification settings - Fork 126
Getting "TypeError: Cannot read property '4' of null" on deploy #228
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
Comments
@Stegosource can you share full stack trace of error |
Yes, I supposed that would have been helpful:
|
andrx
added a commit
to andrx/serverless-google-cloudfunctions
that referenced
this issue
Jul 9, 2020
Could be not a proper bugfix as I've seen the code for 10mins but fixed the cleanup issue. need to check why the object without zip showed up. |
This problem is solved in this Pull Request: |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Im using Serverless to deploy some cloud functions to GCP with this plugin, but I keep getting the following error printed to the consols:
TypeError: Cannot read property '4' of null
This error does not prevent the project from being properly deployed, and as a sanity check I even tried running a "hello world" deploy based on the official examples: https://github.com/serverless/examples/tree/master/google-node-simple-http-endpoint
Even with the official example, the error persists.
The text was updated successfully, but these errors were encountered: