geekweb Posted December 8, 2020 Posted December 8, 2020 Hello, What is the solution of Problem loading css and js file locally in prestashop front office and back office. Thank you for your answer Share this post Link to post Share on other sites More sharing options...
Knowband Plugins Posted December 14, 2021 Posted December 14, 2021 It is not possible to resolve the issue without debugging it. Share this post Link to post Share on other sites More sharing options...
ErnestoLopez Posted December 14, 2021 Posted December 14, 2021 (edited) In my case I have a similar problem, in the development version the css and js (assets) are not loaded by default, to do so you have to follow the ones described below ... https://devdocs.prestashop.com/8/development/compile-assets/ for the "front office" it seems to go well but for the "back office" it only works on the main page, when I go to an internal section (but for example orders, products, ...) it appears without styles Does anyone know how to solve it? ..finally I have seen that I needed to perform "npm install" and "npm run build" in the folder "admin-dev / themes / new-theme /" and now it's going well Thank you. Edited December 15, 2021 by ErnestoLopez (see edit history) Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now