sensu / web

Open-source Web UI for Sensu Go clusters
MIT License
30 stars 22 forks source link

Web UI initialization is taking too long with latest release. #345

Open raihanchdy opened 3 years ago

raihanchdy commented 3 years ago

With latest sensu backend from source code, Web UI is taking too to start.

[HPM] Proxy created: /auth,/graphql,/api -> http://localhost:4567 clean-webpack-plugin: /web/build/app has been removed. listening on 3001 (node:30462) DeprecationWarning: Tapable.apply is deprecated. Call apply on the plugin directly instead (node:30462) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead [webpack-dev-middleware] wait until bundle finished: /index.html [webpack-dev-middleware] wait until bundle finished: /index.html [webpack-dev-middleware] wait until bundle finished: /index.html

Above is the output running more than 10 minutes but Web UI is not setting up.

portertech commented 3 years ago

Not sure why this is happening for you, the latest tag diff is minor. Have you tried reverting to the previous tag to confirm?