I had a memory problem with my mac when working with Wappler.
I restarted my computer and Wappler was not opening…only the top menu was showing.
Then I downloaded the new version (5.2.2) and the same error: Wappler not opening… so, I installed wappler from scratch, and it is opening now.
The problem is that none of my pages are rendering!! Server connect not even loading to generate errors. No errors on DevTools as well.
To test, removed <script src="/dmxAppConnect/dmxAppConnect.js"></script> from the the page and it is rendering again, but obviously with no data.
Downloaded version 4.9.1 and it’s working again…
I use a bootstrap theme since version 3 and always worked very well…there is something with version 5.2.2 that is breaking pages/conflict with dmxAppConnect. I would love to use the more recent versions.
There aren’t any known issues of App Connect breaking like this. When you updated Wappler to the latest version, did you also update your pages afterwards with the latest App Connect and Server Connect?
When the page was not rendered, was it totally blanc or did it just have unrendered content/expressions on the page? When the page was blanc then check with devtools if there is a style visibility: hidden on the html tag. This is added when App Connect starts parsing the page and gets removed after it did finish, when there is an error during that stage it is possible that the page stays blanc.
The page is hidden during the parsing, when it doesn’t show it normally means that something went wrong while parsing the page or it never started. When you remove the style attribute with devtools is the page and app connect components then fully rendered or didn’t it do anything.
I haven’t updated anything but added some console logs for debugging. Please test with this App Connect file and tell what is outputted in the console.