davift commented on PR #10571:
URL: https://github.com/apache/cloudstack/pull/10571#issuecomment-3764620451

   Hey @weizhouapache ,
   
   I guess there is a regression on this bug fix. I tested installing versions 
4.22 and 4.20 (including a few minor versions) on Ubuntu 24.04 LTS, but after a 
fresh install, I kept hitting the 503 issue on the GUI.
   
   I had to update my /etc/hosts to resolve my hostname to the network adapter 
instead of `127.0.1.1`:
   
   ```
   127.0.0.1 localhost
   192.168.1.113 acs.local
   ```
   
   After making this change, everything started working!


-- 
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]

Reply via email to