Datastore admin - Unable to resolve the server's DNS address

南笙酒味 提交于 2019-12-25 09:54:48

问题


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:


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.



来源:https://stackoverflow.com/questions/23251536/datastore-admin-unable-to-resolve-the-servers-dns-address

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!