Prerender.ioサーバーをローカルでセットアップしようとしています。私は Rails + AngularJs アプリです。
すでに prerender リポジトリをプルしており、ノードでサーバーを起動しています。
$ export PORT=3001
$ node server.js
2015-03-13T08:15:48.152Z starting worker thread #0
2015-03-13T08:15:48.159Z starting worker thread #1
2015-03-13T08:15:48.161Z starting worker thread #2
2015-03-13T08:15:48.163Z starting worker thread #3
2015-03-13T08:15:48.506Z starting phantom on port [12301]
2015-03-13T08:15:48.523Z Server running on port 3001
2015-03-13T08:15:48.524Z starting phantom on port [12304]
2015-03-13T08:15:48.526Z starting phantom on port [12303]
2015-03-13T08:15:48.530Z starting phantom on port [12302]
2015-03-13T08:15:48.541Z Server running on port 3001
2015-03-13T08:15:48.548Z Server running on port 3001
2015-03-13T08:15:48.558Z Server running on port 3001
2015-03-13T08:15:51.750Z started phantom
2015-03-13T08:15:51.755Z started phantom
2015-03-13T08:15:51.757Z started phantom
2015-03-13T08:15:51.758Z started phantom
2015-03-13T08:15:56.715Z getting
以下の URL にアクセスすると、ページが正しく表示されます。
localhost:3001/http://localhost:3000/register
しかし、Rails Prerender ミドルウェアを使用すると、ページがレンダリングされず、空のページが表示されます。以下のURLを叩いています。
http://localhost:3000/register?_escaped_fragment_=
サーバーに正しくヒットし、ステータス 200 で応答しているようですが、ページは表示されません。

エスケープフラグメント付きの出力

どんな助けも非常に価値があります。必要に応じて詳細を提供できます。
プーマサーバーの使用

Prerender.io からの応答
