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
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>
> .
&
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
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
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