Wappler Version : 4.2.2
Operating System : Windows 10 x64 21H1
Server Model: NodeJS
Database Type: PostgreSQL
Hosting Type: Docker
Expected behavior
During Bootstrap change Wappler should change methods (I believe)
Actual behavior
Page is broken, errors in console.
How to reproduce
I can’t tell exact steps how to reproduce but looks during the designing page in Bootrstrap 4 I used some methods which Wappler can’t convert/change to Bootstrap 5.
I’ve also tried to change Bootstrap in my layout page - this won’t helped.
I was trying to add Bootstrap 4 back - more error appears: in action I can’t see already created modal windows, many visual bugs too.
@Teodor I was managed to get back page code before the upgrade. <!-- Wappler include head-page="layouts/main" fontawesome_5="cdn" id="index" components="{dmxSockets:{},dmxBootstrap5TableGenerator:{},dmxBootstrap5Tooltips:{},dmxBootstrap4Tooltips:{},dmxFormatter:{},dmxBootstrap4Modal:{}}" is="dmx-app" appConnect="local" jquery_slim_35="local" bootstrap4="solar" -->
Well usually these are converted just fine. The question is what exactly did you do (so we can try recreating this) on this page to mess the things like that.
So I’ve clean Wappler include from old BS5 includes and now looks like this: <!-- Wappler include head-page="layouts/main" fontawesome_5="cdn" id="index" components="{dmxSockets:{},dmxFormatter:{},dmxBootstrap4Modal:{},dmxBootstrap4TableGenerator:{}}" is="dmx-app" appConnect="local" jquery_slim_35="local" bootstrap4="solar" -->
Now when I try to add BS5 on my content page I get this error and broken preview:
And include part looks like this: <!-- Wappler include head-page="layouts/main" fontawesome_5="cdn" id="index" components="{dmxSockets:{},dmxFormatter:{},dmxBootstrap4Modal:{},dmxBootstrap4TableGenerator:{},dmxBootstrap5Modal:{}}" is="dmx-app" appConnect="local" jquery_slim_35="local" -->
There is no “ignorance”.
We are looking at the issue. When a team member is assigned to a bug report, this means we are working on this.
Posting every day the same thing in the topic won’t really affect the speed the fix is released or change the update date
Thank you for explanation but original topic that was create in April - Bootstrap 5 themed version - hasn’t been marked as “assigned”. I believe this two topics should be merged.
Steps to reproduce: Create a Blank project (NodeJS/Docker Hosting), go to Add Framework and select a Bootswatch 5 theme (e.g.: Cyborg, which comes with a dark background). Clearly, the rendered background keeps white even after saving and refreshing the view.
@m_gabor described the same steps to reproduce the issue:
I hope a fix comes out soon (or a workaround for the time being)