I am trying to test a basic app with Google App Engine using the trendy-lights example with Google Earth Engine App.
I cloned the trendy-lights app from the GEE github repository and updated the application name in app.yaml, EE_ACCOUNT in config.py and the privatekey.pem file. I didn't do any other change. However the trendy-lights app does not work.
I am trying to run this on MS Windows 7 and when I run it I get an error Error: Server Error The server encountered an error and could not complete your request. Please try again in 30 seconds.
I have looked through examples and I can see people have got this working through Linux but not Windows. Has anyone got this working?