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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top