The dockerized version depends on MongoDB which (since version 5) has a hard dependency on AVX processor extensions which are often not available in a VM. Instead, consider using the free and open source, API compatible FerredDB in combination with Postgres.
Even better yet would be to drop Mongo alltogether and go full-in on PostgreSQL with JSONB, which offers flexible document storage, geospatial extensions (PostGIS), and full-text search without AVX needs.
This is not a feature request but a bug, since it prevents me from using reearth at all.
The dockerized version depends on MongoDB which (since version 5) has a hard dependency on AVX processor extensions which are often not available in a VM. Instead, consider using the free and open source, API compatible FerredDB in combination with Postgres.
Even better yet would be to drop Mongo alltogether and go full-in on PostgreSQL with JSONB, which offers flexible document storage, geospatial extensions (PostGIS), and full-text search without AVX needs.
This is not a feature request but a bug, since it prevents me from using reearth at all.