ara-framework / nova-proxy

Nova Proxy is a Server-Side Include Server to compose a page with micro-frontends views
MIT License
15 stars 4 forks source link

Deployment issues (need advice/examples) #13

Open nallenscott opened 3 years ago

nallenscott commented 3 years ago

I have the complete ara ecosystem running locally, but I'm having trouble getting nova proxy to run on Google App engine. I'm running the cluster and the proxy using the source code with the app engine go112 runtime. Again the cluster is running perfectly, but the proxy hangs and eventually fails with a 500. Everything works locally, and everything but the proxy works on app engine. Any help would be greatly appreciated.

marconi1992 commented 3 years ago

Hi @nallenscott , I'll try to reproduce it. Do you get an error in the service's log from app engine?

nallenscott commented 3 years ago

Hi @marconi1992, thanks, that would be great. Yes, but just a stream of HTTP 500 status codes. The 'Nova proxy running on...' message appears multiple times in the logs, which seems odd.