I've run thru the documentation and followed the settings to the letter, but I can't get my domain name to work.
I just get "method does not exist" errors.
Has anyone got this working? I'm running endpoints thru to app engine flex which is running up a custom nodejs service. I can have it running nicely on just the supplied
appspot.com domain, but I have no luck with a custom domain.
Steps done:
-Verified Domain name
-deployed endpoints
-added service name to my app.yaml
endpoints_api_service:
rollout_strategy: managed
-deployed service app
- gone to app engine settings and added custom domains and subs
I get no traffic showing up on the endpoint logs after I hit the url
api.mydomain.com but if I hit the appspot url I see traffic on both the service and endpoint.
any help at this point would be appreciated.
PAul.