Hi all, I am trying to deploy to cloud functions, a very simple hello_world CF. But having issue while deploying.
FYI: I am using app engine default service account with the Owner permissions
@NoCommandLine
@david_walchli
@micdearmas
Please help if you guys can
Me? How?
@mirzaahmergull I haven't worked with Cloud Functions yet, but when I run into an internal error requesting a page on production (that's after deployed) in App Engine, I go to the Logs to find the specifics of that error.
This is how I get to the Logs of the Version in question in App Engine and hopefully you can do something similar in Cloud Functions:
Also, in the message you get you have the option to provide Feedback to Google and they might be able to help you if the problem persists.
Hi,
1) How are you trying to deploy the function i.e. provide the command you're running
2) Since you say it's a simple 'hello world' function, also provide the code