Preview Mode issues?

Been having a couple of issues and need some insight. You see in this image that I have two price fields (for testing purposes). One is formatted and the other is not. In the preview mode both display:

Save the page and test locally, only the unformatted field displays. This is happening with all fields I’m trying to format inside the card.

Here is the card code:


I’m having another problem - not posted yet - so I reloaded Wappler almost from scratch - I left the configuration folder.

As always thanks…

Have you added a formatter to the page using the UI or hand coded them? If you haven’t used the UI at least once, the page will have not had the necessary scripts added. Try adding a data binding and use the UI to format the data.

If that doesn’t help, do you get any console errors?

Thank bpj - Very interesting troubleshooting - 1) started handcoding first, then did use formatter. Back and forth numerous times testing. Did three page starts from scratch before posting this question.
There formatting errors were showing up in the console. Overthinking it, I did a System check and Update Node Packages as another problem I’m having is the theme keeps resetting itself to the original. This didn’t help.
I deleted and reinstalled Wappler, second time in two days. Now my Serverconnects aren’t even showing up for me to create a repeat with and the theme issue has come back 3 times in the last few hours - that’s what I’m searching the community board for.
Thank you again - I’ll update once I get back to this.

Started a new page, but using the same layout page, here’s the console errors. Am I reading this write that it doesn’t think the asking_price is actually a number?

don’t know how or why but this line was missing from my main file:

All is good now. Thanks for the help @bpj, your reply put me in the right direction.

1 Like

My pages typically get very complicated over time as I add more features. When I have an issue that won’t work, I will create a brand new page from scratch and just set up the function/use I am trying to get to work. When that works, I then compare the two pages. Sometimes you will be missing a css or js file in the header of your page.

2 Likes

I guess that’s a roundabout advantage of wappler u can recreate rather quickly