Skip to content

bug: MongoDB "No Suitable servers found" #249

@yokeTH

Description

@yokeTH

What happened?

I attempted to connect to the Mongo Server running in OrbStack (Docker compatible), but I encountered an error stating “No Suitable servers found.”

Image

Steps to reproduce

  1. Create docker-compose.yml for MongoDB
services:
  db:
    image: mongo:8.2
    ports:
      - "27017:27017"
  1. Create New DB name main
  2. Try To Connect.

Expected behavior

No response

Database type

MongoDB

TablePro version

0.16.0

macOS version & chip

macOS 26.3 / Apple M1 Pro

Screenshots / Logs

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions