Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.

React view through PageDispatchController rendering raw html (page source) v.3.3

I'm trying to create a custom application addon that renders react views. I have read through everything on the documentation and examples provided, but I have run into several issues along the way. Fortunately, I have worked through all of them prior to this one, which I could really use some help on.

  • I have settings/bootstrap.php dispatcher pointing to my controller which is extending PageDispatchController.
  • I have a RouteHandler
  • I add the route in entries/fourm

My custom route is at least not saying "Page Not Found" anymore, but it all I get is raw html from the actual page source.

Tagged:

Comments

Sign In or Register to comment.