Unable to display Server Connect data on page — API returns correct data but nothing renders

Good to hear, anything you need, just let us know :rocket:

PS: Don't forget to tell us what the problem was, and mark it as solution, so others on a similar situation can solve it too :slight_smile:

Thanks for the follow-up! :blush:

The issue was with a page that somehow had a conflict preventing App Connect from working properly — it was likely related to dmxAppConnect.js not initializing correctly, or conflicting versions of included scripts.

To solve it, I created a new clean page and:

  • Added App Connect (local) properly through the Wappler interface.
  • Re-linked the Server Connect component .
  • Re-inserted only the necessary parts of the previous layout gradually (navbar, containers, sections).
  • Avoided copying problematic code blocks or JavaScript files from the broken page.

Once I did this, the connection to my API and display of dynamic data worked perfectly again.

I’ll mark this as the solution so others can benefit as well. Thanks again for your support! :rocket: