Questions tagged [google-cloud-run]

Cloud Run offers a managed computing platform that allows for running stateless containers accessible via HTTP requests, creating robust and reliable systems where tasks can be delegated to a dedicated service provider.

Issue encountered on Cloud Run: The container encountered an error while trying to initiate. It failed to start and establish connection on the designated port specified by the PORT environment variable

As a newcomer to asking questions on SO, I appreciate your patience. Despite the abundance of existing answers, none seem to solve my issue. I've been developing a Django web app and now need to deploy it for mobile access. My attempts to run it on Google ...

Facing issues while sending information to Google Cloud Run

I have a simple express service deployed on Google Cloud Run, running in a container with access set to allow unauthenticated users. Using fetch in React, I am attempting to send data to the server and receive a response on the client side. However, I am ...

Encountered a FirebaseError while trying to build a Docker image on Github Actions due to an error with the API key (auth/

My goal is to establish a streamlined CI/CD pipeline utilizing GitHub Actions. This process involves testing, docker image building, and deploying to Google Cloud Run. While everything functions correctly on my local environment due to access to the .env ...

Tips for minimizing delayed initial response time due to Firebase SSR function in Next.js

Our React application is hosted on Firebase. Recently, we incorporated Next.js to enhance SEO and improve initial page load time. The Server Side Rendering (SSR) is handled by a second-generation Google Cloud Function deployed on Cloud Run. Challenge: Whe ...

Struggling with Creating and Deploying a Docker Container on Cloud Run

I've been running a couple of Cloud Run services successfully for the past few months. However, when I tried to update one of the services yesterday, I encountered an unexpected issue - the scripts that had been working perfectly fine suddenly stopped ...

Encountering a 503 error after deploying Flask on CloudRun

I encountered an issue while trying to deploy a simple Flask app that utilizes Google Bucket. Upon deployment, I kept getting error 503 - Service Unavailable. I'm unsure if I missed something crucial or what exactly I might be doing wrong. Any assistance ...

Encountering a problem while executing a Python script with Selenium on GCP Cloud Run

I have a Python script that requires logging in and retrieving an access_token from an authentication server. The process involves navigating to the authentication server's URL, entering a username and password, clicking 'login', waiting for ...

Frontend Will Not Be Able to Access Cloud Run Environment Variables when in Production

My current setup involves using docker to build an image through Google Cloud Build and Google Cloud Registry. I have Pub/Sub triggers in place to populate Cloud Run instances with new Docker images upon a successful build. The issue I am facing is that m ...