I'm creating an GAE application (Java) with Eclipse. Locally everything works, but if I try to deploy the application to the server, a GEA log shows following error:
E 1970-01-16 21:33:26.331 Endpoints: https://37-dot-myapp.appspot.com/_ah/api/rangevariants@v1 Error: Number of API configs allowed on 37-dot-myapp.appspot.com is 25; already reached 25.
Until a few weeks ago I never had problems like this. I updated the SDK because it didn't create the config api of an endpoint anymore. Until now, there were never any problems with any limits.
Can I have some explanation and a solution?
I re-copy the error:
2013-06-03 09:50:37.604 /_ah/spi/BackendService.logMessages 204 224ms 0kb E 1970-01-16 21:37:25.837 Endpoints: https://38-dot-myapp.appspot.com/_ah/api/store@v1 Error: Number of API configs allowed on 38-dot-myapp.appspot.com is 25; already reached 25
The first date is right, but the second date is wrong and I think it is created by GAE. How can I fix this? Has Google added the limit of 25 endpoints with the latest version of the SDK?