Hello,
I´m new to google cloud.
I´m a designer trying to wokr with low code, no code apps.
I use Rowy to work with a firestone database. The system works and I can create and modifiy entries from Rowy. I started to have problem when using the functions. I activated the google Run trought Rowy. I created a function and tried to deploy it but it constantly fails without providing any Log and "unespected error" message.
The function was an hello world one so no possibile to have a wrong code.
Then I tryed to deploy a simple example function from the google cloud console following the quick start documentation and failed to deploy again.
Obviusly I have something that is not cofigured properly in google cloud, what can be?
thanks in advance.
Riccardo
Hello,
Thank you for the prompt response and the suggestions provided. I've carefully reviewed each of the points you mentioned, and I'd like to share my findings:
Permissions: I have confirmed that I have the necessary roles, including roles/cloudfunctions.developer and roles/owner, on my Google Cloud project. So, permissions don't seem to be the issue.
Billing Account: My Google Cloud project is associated with a billing account, so that shouldn't be causing the deployment failures.
Google Cloud CLI: I've ensured that the Google Cloud CLI (gcloud) is installed and configured correctly on my local machine. I can interact with my Google Cloud project using gcloud without any issues.
Project Configuration: I've double-checked the project configuration and verified that I'm deploying to the correct Google Cloud project using the gcloud config set project command. So, the project configuration seems correct.
Authentication and Access Control: I've reviewed the authentication and access control settings for my functions. They have the necessary permissions and should work with resources like Firestore. Additionally, I've confirmed that service accounts and permissions are properly configured.
Despite these steps, I'm still encountering issues when deploying even the simplest "Hello World" functions, both through Rowy and directly from the Google Cloud console. Unfortunately, these deployment failures do not produce specific error messages or logs, making it challenging to identify the root cause.
I appreciate any further guidance or specific troubleshooting steps that can help resolve this issue. Is there any way to access more detailed logs or diagnostics during the deployment process to pinpoint the problem?
Thank you for your assistance.
Best regards, Riccardo
I really need some help... 😥
If the default hello world cloud function is not deployed.
Something changed in your project level, recall if there are any changed made. Or check on google service accounts and their permissions.