mkRui commented on issue #29913:
URL: https://github.com/apache/superset/issues/29913#issuecomment-2282371567

   @dosu 
   ```javascript
   const { supersetPort = 8000, superset: supersetUrl = 'http://xxxx:8000' } = 
parsedEnvArg();
   const backend = (supersetUrl || `http://localhost:${supersetPort}`).replace(
     '//+$/',
     '',
   ); // strip ending backslash
   ```   
    No effect
   ```bash
   [HPM] Error occurred while proxying request localhost:8000/favicon.ico to 
http://xxxxx:8000/ [ECONNREFUSED] 
(https://nodejs.org/api/errors.html#errors_common_system_errors)
   ```
   


-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to