Formatter load doesn't exist for type string

I’m having two issue. I’m building a forum with list of Topics, clicking a topic goes to topic with comments. Similar to wappler forum.

I am using two region with Show/hide. First Topics are shown, when a topic is clicked, the individual topic section is Shown with comments bellow.

1- Cannot get Data Details to show in Wappler. It works fine in browser.
I have a repeater with titles. Click title > show data details (and hide titles).
The circled region should be populated with record details . Works in Chrome.

2- Also when a Title is clicked i want a Server Action to Run to pull comment associated with that topic.
I created a Action with $_GET.feed_id variable, set Server connect to “not AUTO RUN”. But when i use this on click event: comments.load({feed_id: feed_id}) I get error

“parser.js:752 Formatter load doesn’t exist for type string” in Chrome.

The server connect loads if i set a default value with $_GET.feed.id so the LOAD part works but it’s not sending the variable with value.

Also i just noticed the variable names don’t match so i renamed but still same issue.


I give up for now.

Community Page
Last updated: