0
votes

I am trying to access Datastore Admin on Google App Engine but I get Unable to resolve the server's DNS address error. The url that cannot be translated is: [https protocol]ah-builtin-python-bundle-dot-[myapp].gene.com/_ah/datastore_admin/?app_id=s~gene.com:[myapp]&adminconsolecustompage

I tried with adding exceptions to coookies because when I try directly access it with [http protocol][myapp].gene.com/_ah/datastore_admin I get error with redirect loop.

Any idea? Any workarounds are also welcomed - I just need to copy datastore to local environment.

Witek

1
Not sure if this is the issue, but are you using federated login? code.google.com/p/googleappengine/issues/detail?id=4111Patrick Costello
Thanks for a hint. Authentication is set to Google Apps domain and there is Authentication Domain. Is this way called "federated login"? If so is there any workaround? I cannot switch to any other type of authentication.Witek
If I copy the link (as adviced) ah-builtin-python-bundle-dot-[myapp].gene.com/_ah/… to another browser or window I get the info that the page is not reachable....Witek
If I use Incognito window I get the same error about DNS. I found that it can be the case if app name is too long but [myapp] consists of 7 signs...Witek
Are you sure your custom domain is setup to properly route requests to your application (and more importantly in this case -- to specific versions of your app)? developers.google.com/appengine/docs/domainPatrick Costello

1 Answers

0
votes

Thank you, Patrick. Your guess turned out to be the right one. The domain is not set up properly and this is the reason of problems.