Issues with Some Projects

When I create a project from a template it shows the “App” in the app structure but when I use Blank projects it shows “Body“ and I am missing almost all of the Blocks options among other things. If I create a new page on one of the templates.. those new pages have the same issue. Any idea what I am doing wrong or if this is a bug?

Hello @NicoNicoNeo and welcome to the community.

Check if App connect is loaded as framework:


Thank you, That fixed it for those files.. Excuse my ingnorance but would you mind explaining to me why that fixed it? I am very new to this style of development.

Sure, no problem :slight_smile:
Those components you mention, work with the App Connect framework.
So they need this on head tags of the main layout page:

<script src="/dmxAppConnect/dmxAppConnect.js"></script>

If you don't have it, you can't use any component (Api data source/form/geolocation/repeat, etc)

Imagine like Bootstrap framework, you can't have a "Bootstrap table" if you don't have the js first.

Welcome to Wappler then :slight_smile:
Ask whatever you need here, just open a new topic, very friendly people will help you out, no matter what simple it seems.

Here are some videos you can watch:

Wappler 5.0/ 6 Quickstart

Boutique (Part 1)

Boutique (Part 2)

You can explore more videos at the Youtube Channel

1 Like

Thank you very much, I actually am watching that Boutique series right now. So far I love Wappler and like the community.