Neo4J Desktop 2.0.2 installed on my home Mac worked fine when I created a local instance, but when I repeated the process on my work Mac I can't create a local instance because I can't select a Neo4J version from the popup menu (it is empty and says "no options"). The create button never becomes active either.
I suspect it has something to do with my Corporate policy of having a man-in-the-middle type proxy that only works with SSL and HTTPS servers if the client knows about additional certificate authority certificate chains that we have to configure (or add to cacert files).
Does anyone have any idea how to configure the nestjs or Relate Management API so that it can get the version links it needs for this? Here is my log file contents:
[2025-07-20 20:36:27.481] [info] App starting in mode: PRODUCTION
[2025-07-20 20:36:27.522] [info] Source directory /Applications/Neo4j Desktop 2.app/Contents/Resources/offline/dbmss does not exist, skipping copy to /Users/psilvey/Library/Application Support/neo4j-desktop/Application/Cache/dbmss
[2025-07-20 20:36:27.523] [info] Source directory /Applications/Neo4j Desktop 2.app/Contents/Resources/offline/runtime does not exist, skipping copy to /Users/psilvey/Library/Application Support/neo4j-desktop/Application/Cache/runtime
[2025-07-20 20:36:27.538] [info] (nestjs) Starting Nest application... NestFactory
[2025-07-20 20:36:27.543] [info] (nestjs) SystemModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.543] [info] (nestjs) AuthModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.544] [info] (nestjs) SystemModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.544] [info] (nestjs) ConfigHostModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.544] [info] (nestjs) WebModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.544] [info] (nestjs) DesktopModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.545] [info] (nestjs) ServeStaticModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.545] [info] (nestjs) ConfigModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.545] [info] (nestjs) ConfigModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.545] [info] (nestjs) EnvironmentModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.545] [info] (nestjs) DBMSModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.545] [info] (nestjs) DBMSPluginsModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.545] [info] (nestjs) DBModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.545] [info] (nestjs) ConnectionsModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.546] [info] (nestjs) EventsModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.546] [info] (nestjs) HealthModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.546] [info] (nestjs) GraphQLSchemaBuilderModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.546] [info] (nestjs) GraphQLModule dependencies initialized InstanceLoader
[2025-07-20 20:36:27.576] [info] (nestjs) Mapped {/graphql, POST} route GraphQLModule
[2025-07-20 20:36:27.597] [info] (nestjs) Nest application successfully started NestApplication
[2025-07-20 20:36:27.598] [info] โ โ โ Relate management API is running @ http://localhost:44222
[2025-07-20 20:36:27.661] [info] Checking for update
[2025-07-20 20:36:27.746] [info] Generated new staging user ID: 2356fcdc-d556-5804-b607-be22e60e11ba
[2025-07-20 20:36:28.191] [info] Started DBMS watcher [
'/Users/psilvey/Library/Application Support/neo4j-desktop/Application/Data/dbmss'
]
[2025-07-20 20:36:28.227] [info] Update for version 2.0.2 is not available (latest version: 2.0.2, downgrade is disallowed).