airbnb / hypernova

A service for server-side rendering your JavaScript views
MIT License
5.82k stars 207 forks source link

Empty div. No errors anywhere. #105

Open silouanwright opened 6 years ago

silouanwright commented 6 years ago

https://github.com/shunsugai/rails-webpacker-hypernova

This is a project I'm attempting to get working. You have to bundle install that, then do

node hypernova.js
./bin/rails s
./bin/webpack-dev-server

And then access /hello/index

It works fine, but the problem is, is the main div isn't server rendered at all. I'm new to rails but I didn't see any errors anywhere.