richardfogaca commented on issue #29913: URL: https://github.com/apache/superset/issues/29913#issuecomment-2758016009
> [@rusackas](https://github.com/rusackas) tried with node 18: > > ``` > 1. with default 8088 > 2. npm run dev-server -- --env=--supersetPort=8088 > 3. npm run dev-server -- --env=--superset=localhost:8088/ > 4. npm run dev-server -- --env=--superset=http://localhost:8088/ > 5. npm run dev-server -- --env=--superset=http://localhost:8088 > ``` > > always getting` [HPM] Error occurred while proxying request localhost:9000/ to http://localhost:8088/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)` > > tried with node 20: no ECONNREFUSED, but getting text on /login page > > ``` > (�/�`�2�zz���.�h�z0WБ���&�|w�P�٤��} }��ZyS����B�J���,� YT �������w�4���e<����;��;������>����}�ȓ;�7�������rx�����ٳ��_�9�>��g�7�#A�xlx�x�۱�4��Du��Mǝ�P� > ``` Hello, on superser 5.0 rc1, I'm running dev-server with node v20, and it fixed the ECONNREFUSED message for me, also I didn't receive the characters you mentioned -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
