10👍
✅
Got it 🙂
I was facing this issue because of the hue directory ownership.
I changed the owner of my /usr/local/hue folder :
$ sudo chown -R hue:hue /usr/local/hue
and then tried accessing the URL, it worked. 🙂
//Bhupesh
Source:stackexchange.com