[Django]-Hue installation issue

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

Leave a comment