[google-appengine] Re: Server Error when Opening App in Console

2014-07-24 Thread Mike Apotheosis
I was able to delete the app via http://console.developers.google.com 
rather than http://appengine.google.com. I've been able to re-create it 
under another name; all is now working fine.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Server Error when Opening App in Console

2014-07-25 Thread Mike Apotheosis
The issue was my YAML file contained:-

- url: /.*
  script: about.application

Once I changed this so that the "about" page wasn't so greedy, it has 
worked.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.