Merge branch 'Development' into SIPS-Development
This commit is contained in:
@@ -29,7 +29,7 @@ const startServer = async (config) => {
|
||||
};
|
||||
|
||||
const app = next(serverOptions);
|
||||
await app.prepare();
|
||||
await app.prepare(); // prepare BEFORE starting the server
|
||||
|
||||
const handleNextRequests = app.getRequestHandler();
|
||||
|
||||
@@ -93,6 +93,7 @@ const startServer = async (config) => {
|
||||
return app;
|
||||
};
|
||||
|
||||
// App configuration
|
||||
const startTime = Date.now();
|
||||
const serverConfig = {
|
||||
hostname: "0.0.0.0",
|
||||
|
||||
Reference in New Issue
Block a user