Sometimes Bootstrap & FontAwesome doesn't connects properly for new projects

Wappler 4.0.3 (but it begins before)
Win10
NodeJS
Custom Hosting

1 case.
I’m creating new project. Choose Custiom Hosting & NodeJS.
Click “yes” for installing nodejs modules.
Bootstrap & FontAwesome are connected in main.ejs but not connected in index.ejs.
Bug is not appears every time.
Seems like problem may be caused when installing nodejs modules starts before frameworks installation complete.


2 case.
Same steps, but result is opposite.
Bootstrap & FontAwesome are connected in index.ejs but not connected in main.ejs.



Bug is not appears every time.
At the time I have no clues what cause it.

1 Like

There were issues with project framework settings and creating pages in Wappler some time ago.
In the latest version, I have not seen it.

When you create a fresh project you should see all frameworks correctly.
But, when you change any frameworks in main page, it will not change on content page. You will have to change it manually.
And when you change framework in content page, it will add relevant files to main page.

Any changes made to the project level frameworks will apply only to new pages added after change.
In existing pages, you have to manually change the frameworks.

1 Like

Thank you, Sid, this is useful note! Though, it doesn’t help with my issue :frowning: