diff --git a/pages/index.js b/pages/index.js index 0dc7747..6cb42a1 100644 --- a/pages/index.js +++ b/pages/index.js @@ -98,7 +98,7 @@ export async function getServerSideProps(ctx) { // get the current environment let { SERVER_URL } = process.env; if (!SERVER_URL) { - SERVER_URL = "http://localhost:3000"; + SERVER_URL = "http://127.0.0.1:3000"; } console.log("SERVER_URL=" + SERVER_URL);