-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Front-end not working properly #243
Comments
Yes, you are using the 0.16.1 version. If you need to use the new theme you need install the last stable version. Also, for the 404 errors should could install by bower the dependencies. |
How can i do it ? I've checkout stable , develop and master branch all of those gave me the same 0.16.1 version. I'm running in a Centos 7 , nodejs v10.22.0 , git version 1.8.3.1, Python 3.6.8 |
Well , i realize that it runs perfectly on freepbx and osx (front-end). |
I've seen another issues that you said to run
npm install
.But it returns
npm install --save
npm WARN lifecycle [email protected]~postinstall: cannot run in wd [email protected] bower install (wd=/root/qpanel)
audited 1 package in 0.643s
found 0 vulnerabilities
it's a fresh install
after run
app.py
console returns
192.168.202.102 - - [12/Aug/2020 16:12:47] "GET /login HTTP/1.1" 200 -
192.168.202.102 - - [12/Aug/2020 16:12:47] "GET /static/components/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 404 -
192.168.202.102 - - [12/Aug/2020 16:12:47] "GET /static/components/font-awesome/css/font-awesome.css HTTP/1.1" 404 -
192.168.202.102 - - [12/Aug/2020 16:12:47] "GET /static/components/Chart.js/Chart.js HTTP/1.1" 404 -
192.168.202.102 - - [12/Aug/2020 16:12:47] "GET /static/components/jquery/dist/jquery.js HTTP/1.1" 404 -
192.168.202.102 - - [12/Aug/2020 16:12:47] "GET /static/components/bootstrap/dist/js/bootstrap.min.js HTTP/1.1" 404 -
192.168.202.102 - - [12/Aug/2020 16:12:47] "GET /static/components/jquery/dist/jquery.js HTTP/1.1" 404 -
192.168.202.102 - - [12/Aug/2020 16:12:47] "GET /static/components/bootstrap/dist/js/bootstrap.min.js HTTP/1.1" 404 -
192.168.202.102 - - [12/Aug/2020 16:12:47] "GET /static/img/favicon.ico HTTP/1.1" 200 -
The text was updated successfully, but these errors were encountered: