50,623
questions
0
votes
0
answers
11
views
GitHub Actions Cannot upload file to Google Cloud Storage
Issue
I’m trying to automate a workflow in GitHub Actions that zips a folder, saves it as an artifact, and then uploads it to Google Cloud Storage.
However, I keep encountering a CommandException: No ...
0
votes
1
answer
22
views
Laravel session Is not working (Laravel + firestore) on google cloud run
I am facing session issue in laravel firestore project which is deployed on google cloud run. Locally, everything works fine, but it doesn't even running on Google cloud.
This is my middleware
class ...
1
vote
1
answer
23
views
Get author of gcp cloud run jobs
Is there any way to get the author of a gcp cloud run job execution in python?
For example when I run gcloud run jobs executions list, I can see the author that created it (RUN BY column):
JOB ...
1
vote
1
answer
9
views
Run cloud-build triggers with Node.js library
I have a manual regional cloudbuild trigger, that uses Cloudbuild repositories (2nd gen) to make connections with github. I also need to pass substitution variables to the trigger.
Following this ...
0
votes
0
answers
4
views
Troubleshooting NextAuth Google Sign-In with Sanity in Next.js 15 – Callback Issues and User Profile Creation
I’m working on a project with Next.js 15 and TypeScript, and I’m having trouble setting up authentication using NextAuth and Google Sign-In. I’m trying to fetch and create user data in Sanity based on ...
0
votes
0
answers
19
views
Using Cloud Deploy to only update the Cloud Run image
I've created my Cloud Run instance using Terraform. I also have Cloud Build, Artifact Registry, and Cloud Deploy in Terraform.
When I run terraform apply my environment is created the way I want.
...
-1
votes
1
answer
8
views
How can I deploy a Google Compute Engine (GCE) with consitional externalIP
as an org policy, we can't have external IPs on VMs in lower environments.
how can I conditionally have external IPs in a terraform resource block for google compute engine?
0
votes
0
answers
10
views
How to clone a (second gen) 2nd Gen Google Cloud Repository from Cloud Build?
I need to write a bash script to run inside my Google Cloud Build's build process. This bash script needs to clone a 2nd Gen Repository (since now former Source Repositories is deprecated), but I can'...
0
votes
0
answers
36
views
Why does my Pthon code fails to deploy in Google?
I'm trying to deploy a Python code in Google to fetch its results in VBA. The code runs well in PyCharm but returns error 500 from Google
Requirements
scipy
flask==2.0.3
werkzeug==2.0.3
...
0
votes
0
answers
16
views
Error code 13 training with document processor
Processor type: Custom extractor
I'm having the following error when trying to train a document ai processor:
{
"code": 3,
"message": "Invalid document.",
"...
0
votes
0
answers
22
views
Looker - Hiding a dashboard column based on selected subtotals
I've built a dashboard in Looker wherein I have a product_category dimension and a product dimension. I've enabled subtotals which in turn allows me to click the subtotal arrow next to my ...
-1
votes
0
answers
27
views
(failed)net::ERR_BLOCKED_BY_ORB and (canceled) error while using gcp as backend for django app
i have a django application to write articles and upload images i used to store my media files in local now i want to change it to GCS bucket while doing it after creating a gcloud.py and changing the ...
0
votes
0
answers
31
views
Error from PHP when running Google Cloud Platform AI request - PredictRequest
I have the following controller in Laravel 11 and i'm testing a PredictRequest() using the Google Cloud Ai Platform (Vertex AI).
I was encoding the image as base_64 and sending it, but was getting the ...
0
votes
0
answers
22
views
CVAT installation failing due to supervisord
Trying to run CVAT on GCP, I am getting error on cvat containers.
as per my initial findings trying to run through the supervisord but somehow it's not finding it's configuration in the container.
...
0
votes
0
answers
20
views
How to query local database from api deployed on google cloud function
Currently, I am developing an api on cloud function that needs to query a local database located on our client side.
I have looked at some suggested ways such as creating a VPN, ... but creating a ...