[google-appengine] trouble getting Google-manage SSL certificate

2020-06-16 Thread David Manz
Hi, I am trying to point a domain (registered with Google Domains) at my App Engine App. I followed the steps in the GCP console for adding a custom domain, but it's not working. A screenshot of my settings is attached. I noticed that Google Domains is appending a dot (".") to the end of the

[google-appengine] Re: app.yaml not being recognized by my app

2019-01-17 Thread David Manz
11 click here > <https://cloud.google.com/appengine/docs/standard/go111/config/appref#runtime_and_app_elements>. > > The supported elements for Go 1.9 can be seen here > <https://cloud.google.com/appengine/docs/standard/go/config/appref#runtime_and_app_elements> > . &

[google-appengine] Re: app.yaml not being recognized by my app

2019-01-16 Thread David Manz
ednesday, January 16, 2019 at 9:54:34 PM UTC-6, David Manz wrote: > > Hi George, > > Thanks for the help. > > I did find the documentation on serving static content, but I think > there's something more basic that I'm missing. If I delete app.yaml from > the director

[google-appengine] Re: app.yaml not being recognized by my app

2019-01-16 Thread David Manz
Hi George, Thanks for the help. I did find the documentation on serving static content, but I think there's something more basic that I'm missing. If I delete app.yaml from the directory entirely, then I don't see any errors--just the same behavior. My directory looks like this: src/myapp/ap

[google-appengine] app.yaml not being recognized by my app

2019-01-16 Thread David Manz
I am developing a simple Go app engine app and trying to add some images to my app, but after 'go run .', when I go to http://localhost:8080/x.png, I get the script and not the image. My app.yaml is as follows: runtime: go111 handlers: - url: /stylesheets static_dir: stylesheets - url