Getting 504 Gateway timeout error on http://localhost:3000
I have installed Prerender.io successfully in Windows 7 after running node server.js command the application is set message displays server is running
on port 3000 but when i access through browser i am getting 504 error
You have to pass the Prerender server something to render. For example:
http://localhost:3000/https://www.google.com/
Just going to the root returns a 504 because there is no URL being passed in.
Feel free to email me at todd@prerender.io if you need any help getting set up!