diff --git a/src/server/server.js b/src/server/server.js index a1af47f..e3c5e2d 100755 --- a/src/server/server.js +++ b/src/server/server.js @@ -770,7 +770,8 @@ connectToDatabase(connectionUrl, options) function buildAllowedOrigins(domains, domainsAllowed, isProduction) { if (!isProduction) { - return ['https://localhost:3000', 'https://localhost:8089', 'https://localhost:8084', 'https://localhost:8088']; + return ['https://localhost:3000', 'https://localhost:8089', 'https://localhost:8084', + 'https://localhost:8088', 'https://localhost:8099']; } const baseOrigins = domains.flatMap((domain) => [ diff --git a/src/server/version.txt b/src/server/version.txt index 457d1be..6e10d36 100644 --- a/src/server/version.txt +++ b/src/server/version.txt @@ -1 +1 @@ -1.2.44 \ No newline at end of file +1.2.46 \ No newline at end of file