Hi all, I've just create a new fullstack project from the template Intellij provides (when you start a new project). This all behaves wonderfully, I added serialization to the backend no problem, but now I've come to add content negotiation and serialization to the front end I've fallen over. I've made this example project of where I'm at:
https://github.com/MrBergin/mpp-serialization. Running the provided "run" gradle task builds my JS, starts up my server, but when I visit localhost:8080 I'm hit with "Uncaught TypeError: Cannot read property 'Json_x26noe$' of undefined".
I'd like to try and understand and sort this myself and I'm not by no means asking someone to solve the problem for me, so if someone could point me in the right direction for investigation it'd be much appreciated :)