Google Developer Console Internal Error with Datastore -


i still use legacy dev console of time because whenever i've tried newer console has given "internal error" when trying view datastore entities or view queries section.

i hoping new, more colorful dev console fix problem gives same internal error.

the thing don't errors looking @ datastore indexes. seems work fine. dashboard, query, , settings fail load same "internal error".

please let me know if there's can fix this. i'm worried you're going decommission legacy console , i'll unable support users.

thanks,

stephen

for coming across issue, there few ways resolve this:

  1. in apis section of dev console, disable re-enable cloud datastore api.
  2. file bug on gae public issue tracker (you can send me email directly cloud project id.)

for interested in going on:

the developers console uses cloud datastore api access project's datastore. current version of cloud datastore api (v1beta2) uses special version on app engine application (ah-builtin-datastoreservice) in order serve api. unfortunately, when first enable cloud datastore api deployment of version fails.

we working remove layer of serving stack next version of cloud datastore api.

edit: cloud console uses cloud datastore api v1beta3, disabling re-enabling not solve connection issues.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -