TacoBel42 commented on issue #29913: URL: https://github.com/apache/superset/issues/29913#issuecomment-2448349826
@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 ``` (�/�`�2zz��.�h�z0WБ���&�|w�P٤��} }��ZyS��B�J��,� YT ����w4��e<��;��;���>��}�ȓ;�7�������rx�����ٳ��_�9�>�g�7�#A�xlx�x�۱�4��Du�Mǝ�P� ``` -- 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]
