Reputation: 121
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
phpMyAdmin Error 504 Gateway Timeout Reloaded
Upvotes: 1
Views: 3008
Reputation: 1604
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 [email protected] if you need any help getting set up!
Upvotes: 1