Merged PR 1717: merge dev to sips

Related work items: #12956
This commit is contained in:
2025-07-08 08:58:41 +01:00
parent a5dbd52d73
commit 8713317404
16 changed files with 93 additions and 1326 deletions
+2 -1
View File
@@ -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",