When creating a new page in a nodejs project is it .ejs or is it html and where do I save it?

Thanks @Sorry_Duh. I can see a problem there …

You don’t have a layout assigned in the route.

Yes I have just seen that. Why does it happen? I thought Wappler handled all that - and also I did choose a layout in the app settings on the righthand panel?

Wild guess: you have been trying so hard to get this to work that you have probably been changing a lot of things and at some point it got out of sync.

It’s hard to guess.

Did you first create the content page without a layout (none selected) happened to me a few times like that a while ago

The two settings don’t seem to be linked. It was reported a long time ago. In changing a layout or setting it after the creation, I always update the route and the page.

3 Likes

Yes to both of your guesses. Also abandoned the project and recreated it in a different directory etc! :sweat_smile:

TBH I am not the best person to talk about this. I edit my routes.json directly.

Shhhhh don’t tell George! :joy:

3 Likes

Thanks @Sorry_Duh, @mebeingken, @JonL, @bpj, @George for finally solving this.

As for @Teodor, please take a day or two off and chill! The forum is full of highly intelligent, but very confused people, trying to figure out this specific issue - yet all you could do was to keep repeating your curt and dismissive replies. You need to go and reflect on the way you interact on this forum. You nearly lost me as a customer - until I realised it is your usual attitude!

Perhaps you are too close to the product to see the issues that customers highlight. Please understand we are intelligent people too - I for one went to medical school!

2 Likes

Now that we have a solution, I have to say I am completely confused by these assertions. I load content pages using preview in browser all the time.

I’m not trying to be a pain here Teodor, but rather but would like to learn since it triggers a lot of questions these days.

3 Likes

Let’s not forget that we are lucky just for getting a reply on a weekend.

Teo’s job is a complicated one. Having to deal with hordes of plebs on a daily basis is challenging.

2 Likes

Yeah I know he can be a bit gruff at times and I used to have the same run in all the time when learning but it’s not personal and he does know his stuff! Think off it as like having a grumpy Sensei :martial_arts_uniform:

:grin:

But as you found out there are plenty on this community that help and keep the checks and balances in place :face_with_raised_eyebrow:

Yes, I also had the same issue early on when changing a layout page reference on content page it does not update correctly all the time.

1 Like

Ok all is forgiven. Goodnight and thanks everyone.

3 Likes

Hi everyone, I’m back by popular demand! :smiley:

A question if I may: what is the difference between the spacing control in the App Structure properties panel and Design properties panel? If these are same, why is the UX different?

May help:

Thanks Dave. Of course I had read this several times. At a high level, I thought the spacing control dealt with Boostrap component’s built-in settings and the Design panel creates a custom css and overrides those settings. But it is not clear if it does, and the whole thing gets very muddled easily.

The App Structure panel is essentially the page you are dealing with, so I don’t see why it should be called App Structure. While selecting a ‘page’ user expects to see things related to a page, not some other terminology.

Assuming ‘Page’ instead of App Structure, once that page is selected, I would expect a single panel for design tweaks. I accept it depends on framework but the likes of Bootstrap Studio have implemented it better.

Equally I don’t see why Content Page is an appropriate name to describe what is essentially Content Area / View. How frustrating!

The trouble is one persons remedy is another persons poison, pardon the analogy. Whichever way the team decide to go there will always be opposition (to its implementation one way or another). So compromise is sometimes required. Thus the product, Wappler, has been built and established with full community input and suggestions in mind, without swaying too far one side or the other. Very difficult territory to tread. And they do an amazing job of balancing things, although it may not seem like it to new users sometimes. I understand your point and it is valid but there are a thousand other valid points to ingest as well, the outcome is Wappler. With 4.0 many changes are on the way. Some most likely unannounced, but all will be continually improved based upon feedback from all the users in the community. Its just very difficult to please all the people all the time… But one thing you can rely on is that your feedback will be valuable none the less, and may or may not lead to improvements, and implementation in to Wappler itself.

1 Like

The app structure panel provides the options which are Included in the selected app design framework. For example - Bootstrap, it has predefined classes of .m-1, .m-2.m-5 which control the margins of the elements.

In the design panel, you define your own rules and styles. So you can set a class of .my-class and assign to it margin-top: 123px.
https://www.w3schools.com/css/css_margin.asp

Thanks Teodor. So I was right in my interpreation. Now we just need to label these descriptively in the UI, as I suggested above, taking into account the comments above from Dave et al :smiley:

This issue (pages on previewing in browser not appear to be CSS aware) has resurfaced. I had to start a project over again due to other bugs and encountered this issue again.

Configuration:

M1 MacBook Pro. Docker (Local) Node JS using Maria DB. Deployed and system check fine. On trying to preview a content page in browser, the page does not appear as designed. It has a layout attached to it. As @mebeingken said above, Content Pages do load in browser and show their contents plus any elements on the layout page assigned to them.

This seems to be a bug affecting this particular configuration. I will raise a bug report - but it is disappointing that some four weeks on, I seem to be stuck on something basic :frowning:
I have read pretty much all the documentation, understand the concepts etc. but I am not able to progress due to this.