我在云功能方面有些新知识,尝试在Firebase上部署我的网站,但是在部署云功能时遇到此错误。
! functions[sendMail(us-central1)]: Deployment error.
Function failed on loading user code. Error message: Error: please examine your function logs to see the error cause: https://cloud.google.com/functions/docs/monitoring/logging#viewing_logs
! functions[app(us-central1)]: Deployment error.
Function failed on loading user code. Error message: Error: please examine your function logs to see the error cause: https://cloud.google.com/functions/docs/monitoring/logging#viewing_logs
Error: Functions did not deploy properly.
这些功能在localhost上也能正常工作
答案 0 :(得分:1)
来自上面的评论:
问题是 package.json 和 package-lock.json 没有正确同步。
答案 1 :(得分:0)
我遇到了这个错误,经过长时间的搜索,我发现错误是我为调试项目禁用了计费。
在我在 Google cloud console
中启用它后,它运行良好。
如果 firebase 可以显示任何有用的错误消息来提示问题,那将会非常有帮助。我在多次试验中浪费时间后发现了这一点。