V1.139.2 Startup error
Just pulled the latest docker image and it fails to start with a Microservice.:SyntaxError . Everything worked fine before the update?
[Nest] 7 - 08/25/2025, 6:08:35 PM ERROR [Microservices:SyntaxError: Expected ',' or ']' after array element in JSON at position 12557553 (line 1 column 12557554)
at JSON.parse (<anonymous>)
at MapRepository.importNaturalEarthCountries (/usr/src/app/server/dist/repositories/map.repository.js:137:34)
at async Promise.all (index 1)
at async MapRepository.init (/usr/src/app/server/dist/repositories/map.repository.js:53:9)
at async /usr/src/app/server/dist/repositories/database.repository.js:379:27
at async /usr/src/app/server/node_modules/.pnpm/kysely@0.28.2/node_modules/kysely/dist/cjs/kysely.js:535:20
at async DefaultConnectionProvider.provideConnection (/usr/src/app/server/node_modules/.pnpm/kysely@0.28.2/node_modules/kysely/dist/cjs/driver/default-connection-provider.js:12:20)
at async /usr/src/app/server/dist/repositories/database.repository.js:376:13] Unable to initialize reverse geocoding: SyntaxError: Expected ',' or ']' after array element in JSON at position 12557553 (line 1 column 12557554)
[Nest] 7 - 08/25/2025, 6:08:35 PM ERROR [Microservices:SyntaxError: Expected ',' or ']' after array element in JSON at position 12557553 (line 1 column 12557554)
at JSON.parse (<anonymous>)
at MapRepository.importNaturalEarthCountries (/usr/src/app/server/dist/repositories/map.repository.js:137:34)
at async Promise.all (index 1)
at async MapRepository.init (/usr/src/app/server/dist/repositories/map.repository.js:53:9)
at async /usr/src/app/server/dist/repositories/database.repository.js:379:27
at async /usr/src/app/server/node_modules/.pnpm/kysely@0.28.2/node_modules/kysely/dist/cjs/kysely.js:535:20
at async DefaultConnectionProvider.provideConnection (/usr/src/app/server/node_modules/.pnpm/kysely@0.28.2/node_modules/kysely/dist/cjs/driver/default-connection-provider.js:12:20)
at async /usr/src/app/server/dist/repositories/database.repository.js:376:13] Unable to initialize reverse geocoding: SyntaxError: Expected ',' or ']' after array element in JSON at position 12557553 (line 1 column 12557554)