I installed frappe on my local machine [running Pop OS based on Linux].
After following the installation guide I have installed a custom app & site. But now I am getting this UI:
and the console is giving following errors:
I have tried following:
reinstalled bench couple of times
Updated bench couple of times
reinstalled bench couple of times
but still not able to solve this… Please help I am tired.
Try these.
bench build
bench –site sitename migrate
bench clear-website-cache
avc
March 14, 2024, 10:05am
3
Hi @Navneet_Jain :
Chech your nginx logs … maybe permissions issue on your bench or assets folder …
Try this cmd:
sudo chmod o+x /home/<user_name>
I was able to solve this by doing following:
Move app to development mode
There was another redis server instance that blocking the port so I killed those processes.