Skip to main content

All Questions

1 vote
0 answers
79 views

gcloud appengine go app crashes without any errors

I deployed my Go application to gcloud Appengine. This application is connected with Auth0 for our user management. After a view time somebody is triggering a call which is communicating with Auth0 ...
MF24's user avatar
  • 11
3 votes
1 answer
278 views

I suddenly can no longer deploy my GoLang app to Google AppEngine

From one day to another I suddenly could no longer deploy my GoLang project to AppEngine. I get this error message in the log: Step #2 - "build": Status: Downloaded newer image for eu.gcr.io/...
FLUXparticle's user avatar
  • 1,263
0 votes
1 answer
707 views

How do I select which files to deploy to a Standard Environment AppEngine in Google Cloud?

How do I limit the files deployed to the AppEngine instances? I am updating a Google AppEngine Standard Environment deployment from 1.11 to the 1.12+ environment. To be able to compile, I need to ...
nafmo's user avatar
  • 508
3 votes
1 answer
2k views

Deploying Go app on Google Cloud 'missing go.sum entry'

I'm trying to deploy a simple API on Google Cloud using Go 1.19 > go version go version go1.19.2 windows/amd64 I'm following this documentation as a template to deploy my app. But the deploy fails....
Federico Perez Diduch's user avatar
0 votes
1 answer
428 views

app_engine_apis: true not appearing in deployed version's config

i'm trying to deploy a go API on the 116 runtime that requires task queues. Upon accessing the endpoint that utilizes task queues, the log tells me: please add app_engine_apis: true to your app.yaml ...
asoong's user avatar
  • 55
2 votes
1 answer
773 views

What to use instead of websockets on standard app engine?

I want to open a websocket to update the progress bar on the client side. I am using standard app engine environment and want to keep it. I've seen some complicated workarounds to get the websocket ...
camilajenny's user avatar
  • 5,094
1 vote
0 answers
657 views

Google App Engine go deployment failed: golang.org/x/net/http2/client_conn_pool.go:302:6: undefined: errors.Is

Here's the error message after I ran gcloud app deploy: Step #0: # golang.org/x/net/http2 Step #0: ../_gopath/src/golang.org/x/net/http2/client_conn_pool.go:302:6: undefined: errors.Is Step #0: ../...
Code-Daniel's user avatar
0 votes
1 answer
61 views

How to use old schema(with no new columns) with a kind/table having new columns added, after a rollback

I have added some new columns in a kind in Google Cloud Datastore and new schema in Golang is reading that. Now if I want to rollback binaries to older schema because of some issue where these new ...
Mehul Kumar's user avatar
5 votes
1 answer
380 views

Google App Engine:Api Page not found after deployment

Using Golang, I wrote this basic server: func main() { router := gin.Default() router.GET("/api", func(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"data": "...
Prince Hamza's user avatar
  • 1,758
0 votes
2 answers
2k views

How to read environmental variables in app.yaml?

I am using Google App Engine and have an app.yaml file that looks like this: runtime: go115 env_variables: INSTANCE_CONNECTION_NAME: secret:northamerica-northeast1:special DB_USER: db_username ...
Bromide's user avatar
  • 1,122
4 votes
1 answer
2k views

How to deal with `app_engine_apis` warning when updating app.yaml from go114 to go115

I recently updated my app.yaml from runtime: go114 to runtime: go115 because I was warned in an email that support for go114 was ending. The service deployed fine but after it finished, I got the ...
Chris Redford's user avatar
0 votes
1 answer
119 views

InvalidTaskNameError while trying to schedule a task in a GCP App Engine taskqueue

I am trying to schedule a task in a taskqueue in GCP App engine using googles taskqueue package "google.golang.org/appengine/taskqueue" but getting the below error API error 5 (taskqueue: ...
Debapriya Biswas's user avatar
0 votes
1 answer
559 views

How to deploy and run only GO app binary on GCP? [closed]

I would like to deploy a GO app without revealing app's source code. Say I have multiple customers that I'm selling my application to. The goal is to setup their GCP accounts, deploy binary, run the ...
dimpar's user avatar
  • 23
0 votes
1 answer
264 views

Golang EmbeddedEntity to Datastore

How can I write an EmbeddedEntity to Datastore using the Golang cloud.google.com library? I am working in a Company where we are migrating from GCP Java to Golang. Java Core requires that ...
James's user avatar
  • 749
0 votes
1 answer
482 views

Connecting to PubSub inside GAE application

I've built an application in Go that connects to a Google PubSub to publish messages. It works perfectly in localhost (using pubsub emulator), but for some reason the connection hangs in GAE. It hangs ...
drpexe's user avatar
  • 461

15 30 50 per page
1
2 3 4 5 6