kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
305 stars 20 forks source link

api-server fails on startup if a UI is opened in browser #1825

Closed golanha closed 8 months ago

golanha commented 9 months ago

if ui polls happen during api-server start up , api-server fails on start.

November 13th 2023, 8:58:02 am -> info: (DB) initializing etcd with options: {"protocol":"http","host":"127.0.0.1","port":4001,"serviceName":"api-server","clientOptions":{},"timeout":60000} November 13th 2023, 8:58:02 am -> info: (DB) initialized mongo with options: {"host":"localhost","port":27017,"dbName":"hkube"} November 13th 2023, 8:58:02 am -> info: (Rest-API) πŸš€ REST app is listening on port 3000 November 13th 2023, 8:58:11 am -> info: --------starting sync process--------- November 13th 2023, 8:58:11 am -> info: (GraphQL-Server) πŸš€ Query endpoint ready at http://localhost:undefined/graphql November 13th 2023, 8:58:11 am -> info: (GraphQL-Server) πŸš€ Subscription endpoint ready at ws://localhost:undefined/graphql November 13th 2023, 8:58:11 am -> info: (Rest-API) OPTIONS:/graphql 204 2.43ms November 13th 2023, 8:58:11 am -> info: (Rest-API) OPTIONS:/graphql 204 1.13ms November 13th 2023, 8:58:11 am -> info: (Rest-API) OPTIONS:/graphql 204 0.62ms November 13th 2023, 8:58:11 am -> info: (Rest-API) OPTIONS:/graphql 204 0.66ms November 13th 2023, 8:58:11 am -> info: (Rest-API) OPTIONS:/graphql 204 0.47ms November 13th 2023, 8:58:11 am -> info: pipelineDrivers: clean etcd path "/pipelineDrivers/store" deleted 0 keys November 13th 2023, 8:58:11 am -> info: (Rest-API) POST:/graphql 200 16.91ms November 13th 2023, 8:58:11 am -> error: (Main) unhandledRejection: Cannot read properties of undefined (reading 'dataSources') November 13th 2023, 8:58:11 am -> info: (Main) exit code 1