I have an issue after production setup, the page loads but without styling nor javascript. I have warnings “loading failed” for jquery, bootstrap, js etc… and no CSS styling.
This does not happen when launching development setup on 8000 port, everything loads fine. What could cause this issue ?
"
Password fields present on an insecure (http://) page. This is a security risk that allows user login credentials to be stolen.
Loading failed for the <script> with source “http://.../assets/frappe/js/lib/jquery/jquery.min.js”.
Loading failed for the <script> with source “http://.../assets/js/frappe-web.min.js?ver=1644757989.0”.
Loading failed for the <script> with source “http://.../assets/js/bootstrap-4-web.min.js”.
Loading failed for the <script> with source “http://.../assets/js/erpnext-web.min.js?ver=1644757989.0”.
"
could it be caused by the fact that there’s no SSL certificate yet ?
Nothing… Also I can’t launch development mode anymore because of multiple " Could not create server TCP listening socket 127.0.0.1:XXX: bind: Address already in use"
No, it’s a new error for me setting up a V14 production instance. I am going to try rebuilding it again from scratch. No amount of messing with nginx configs seems to resolve it