Merge branch 'Development' into SIPS-Development

This commit is contained in:
2025-07-03 11:20:38 +01:00
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",